ge-ku / AutoJoin-for-SteamGifts

Automatically enters giveaways from Steamgifts.com
https://chrome.google.com/webstore/detail/autojoin-for-steamgifts/bchhlccjhoedhhegglilngpbnldfcidc
GNU General Public License v2.0
105 stars 22 forks source link

Added option to hide giveaways above a certain level and point cost #66

Closed SariusGH closed 1 month ago

SariusGH commented 1 month ago

After using AutoJoin for SteamGifts for quite some time now, I have always wanted an option to hide giveaways above a certain level and point cost, in addition to the option to hide below a certain level and point cost. This is useful when trying to join as many giveaways as possible without caring for the value of the game, for example.

I implemented this option similar to how the option to hide below a certain level and point cost was implemented. The visual representation follows your design for the options (see screenshot). For the default values, I chose 10 for the level and 50 for the point threshold, which filters out nothing, the same as having the filter for hiding giveaways below a certain level and point cost set to 0.

image

I have tested the implementation, and everything seems to work as intended.