Skip to content

Instantly share code, notes, and snippets.

@seriema
Created July 11, 2020 16:27
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 seriema/c3c6b787f80d9fe99eee11998cf1b0ec to your computer and use it in GitHub Desktop.
Save seriema/c3c6b787f80d9fe99eee11998cf1b0ec to your computer and use it in GitHub Desktop.
Bookmarlket for filtering Playstation store wishlist for games on sale
javascript:(function(){ $(".__shared-presentation__wishlist-item-cell__cfd0d.ember-view").each((index, game) => { if (!game.querySelectorAll(".price-display__strikethrough").length) game.style.display = "none" }) ;})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment