Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.37 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.37 KB

Steam Wishlist Price Filter

Steam Wishlist Price Filter is a userscript that adds the option to filter games by price or show only discounted items in your Steam wishlist. If you're interested in using/downloading the script, this page is probably what you're looking for.

Note: The script is currently broken and probably will remain that way because of the way the current wishlist page works. It might be possible to modify the script to support the new page, but it seems like a lot of work for relatively little gain, considering that the new wishlist page implements a lot of the same functionality as this script.

Features

  • Show only discounted items on your Steam wishlist
  • Choose showed items by discount percentage

Changelog

1.2.2

  • Improved code quality

1.2.1

  • Added support for decimal numbers in input fields
  • Removed the discount checkbox in favour of the discount percentage input field

1.2.0

  • Renamed the script
  • Added the option to filter games by price
  • Changed the type and colour of input fields

1.1.2

  • Fixed an issue where the wishlist could not be rearranged when the script was active

1.1.1

  • Fixed issues in recognizing when the page is loaded

1.1

  • Added support for filtering by discount percentage
  • Improved browser compatibility

1.0

  • Initial release