ebay Country Filter

Attempts to clear up unwanted items in your ebay search results

这些是代码发生过变更的脚本版本。 显示所有版本

  • v0.4.33 2019-09-29 got rid of todo, ran through prettier to make things look more readable
  • v0.4.33 2019-07-08 uh forgot to change version number so tampermonkey/greasemonkey sees the update
  • v0.4.32 2019-07-08 updated to work with ebay's slightly changed layout
  • v0.4.32 2018-10-06 changed calls to size() to .length. forgot that size() was deprecated
  • v0.4.32 2018-10-06 ugly fix to work with ebay's changed markup AGAIN. ebay seems to randomly switch back and forth between two identical looking layouts.
  • v0.4.31 2018-09-22 fixed to work with ebay's new search result layout
  • v0.4.3 2018-09-10 updated to work with ebay's new slightly changed layout
  • v0.4.2 2018-06-28 updated script to work with ebay's new layout
  • v0.4.2 2017-06-28 matches https now instead of just http
  • v0.4.2 2016-12-04
  • v0.4.1 2016-12-04 Synced from GitHub - fixed problem with options not appearing on ebay's sidebar anymore
  • v0.4.1 2016-04-12 Synced from GitHub - fixed bug where clicking on a country name label doesn't deselect its checkbox
  • v0.4.1 2016-04-12 Imported from URL
  • v0.3 2016-04-11 Synced from GitHub - fixed bug with it not working in firefox (changed click to change event since FF doesn't support onclick for checkboxes, also addRule -> insertRule)
  • v0.3 2016-04-10 Imported from URL
  • v0.3 2016-03-25 Imported from URL
  • v0.2.5 2016-03-25 Synced from GitHub - changed the HTML fragments from concatenated strings to template literals - addCountry now prevents users from entering blank strings and strings of spaces (empty stings were breaking the regular expression used to filter) - got rid of prefsChanged function because it served no real purpose - changed printCountry to use template literals
  • v0.2.4 2016-03-21 Imported from URL
  • v0.2.3 2016-03-21 Imported from URL
  • v0.2</span></td> 2016-03-21 Imported from URL
  • v0.1</span></td> 2016-03-20 Imported from URL
  • v0.1</span></td> 2016-03-19 Imported from URL
  • v0.1</span></td> 2016-03-18 Imported from URL
  • v0.1</span></td> 2016-03-17 Imported from URL
  • v0.1</span></td> 2016-03-16 Imported from URL
  • v0.1</span></td> 2016-03-15 Imported from URL