Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.36 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.36 KB

PucAdd

A small Javascript utility that allows you to add cards to your Haves list more easily from the PucaTrade.com Search page.

Setup

  1. Create a new bookmark named "PucAdd"
  2. Paste this into the bookmark URL:
javascript:(function () { $('<script>').attr('src', 'https://tomreece.github.io/pucadd/pucadd.js?'+(new Date()).getTime()).appendTo('head'); })();

Save the bookmark.

Video of Setup and Usage

https://youtu.be/csx5eGVpUiU

Usage

  1. Go to https://pucatrade.com/search
  2. On the left, filter as you wish and click Search. For example, if you're about to enter all of your Black Theros cards then make sure only Black is selected and Theros is entered as the expansion.
  3. Click the "PucAdd" bookmark you created earlier.
  4. You should see "You are using PucAdd 1.0 Now you can simply click a card to add it to your Haves list." appear at the top of the page and the page layout modify itself.
  5. The cards default to being sorted alphabetically, so now you should be able to work your way through a pile of cards and add them to your haves list by simply clicking.

Tips

  1. This tool is meant for quickly entering bulk commons and uncommons
  2. I have my collection sorted by set and then by color so I'm only looking at roughly 40 images at a time after I filter by set and color.

Help

Contact me on Twitter @tomreece if you have any problems.