-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highlight/Hide Torrents with More than X-number of seeders [FEATURE REQUEST -- Code Provided] #33
Comments
ok I'll try to get on that soon, if you have a the full script already working, please do share it with a pull request it'll make things easier, otherwise I'll go and explore on my own until things work |
I appreciate you! If i write it into your script, ill share the full implementation, until then-- I wrote the script with debugging to console, and it is assuming the column it's checking is the 7th one, and it works with your infinite scroll (kinda) by checking in intervals instead of when you are appending the table.
|
Could you implement a new feature to:
Id like to enter the value in settings panel, so if i wanted to highlight torrents with 200+ seeders or some other value, those would be the ones that would be highlighted.
Below is an example code I have written (it works) that highlights torrents with S value over 100 in green for better readability and faster browsing. Additionally the option to hide all non-highlighted torrents would be excellent too!
Screenshot:
Here is the userscript example that highlights torrents with more than 100 seeders.
The text was updated successfully, but these errors were encountered: