Skip to content

Instantly share code, notes, and snippets.

@TrevorMcCormick
Created April 6, 2021 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TrevorMcCormick/1a64668be047324fb4a48ec20da87a54 to your computer and use it in GitHub Desktop.
Save TrevorMcCormick/1a64668be047324fb4a48ec20da87a54 to your computer and use it in GitHub Desktop.
eBay min bids >=1 and remove sponsored posts
javascript:const params = new URLSearchParams(window.location.search); params.set("_sabdlo", "1"); params.set("LH_Auction","1"); params.set("_ex_kw","sponsored"); params.set("LH_NOB", "1"); window.location.href=window.location.origin+window.location.pathname+"?"+params.toString();
@TrevorMcCormick
Copy link
Author

Sometimes I do not like to view eBay listings with 0 bids. This is a one-click solution that applies some advanced filtering to your results page.

Should work in Chrome and Firefox

  1. Create a new bookmark using the text above as a URL
  2. On eBay, perform your search query like you normally would
  3. Click this button in your bookmarks bar to quickly filter results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment