Created
July 11, 2020 16:27
-
-
Save seriema/c3c6b787f80d9fe99eee11998cf1b0ec to your computer and use it in GitHub Desktop.
Bookmarlket for filtering Playstation store wishlist for games on sale
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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