Greasy Fork is available in English.
Removes XXX torrents, 720p releases, re-encodes (RARBG, VXT etc)
< Spätná väzba na RARBG Modified
Script basically looks at torrent titles and filters out ones that contain certain terms. SD torrents aren't easily discernible because they lack a corresponding term to easily distinguish them. You can modify the line #449 in the code
if (parseInt(title.indexOf('RARBG')) > 0 || parseInt(title.indexOf('VXT')) > 0 || parseInt(title.indexOf('XVID')) > 0 || parseInt(title.indexOf('ION10')) > 0 || parseInt(title.indexOf('BDRip')) > 0 || parseInt(title.indexOf('BDRiP')) > 0 || parseInt(title.indexOf('REMUX')) > 0 || parseInt(title.indexOf('ION265')) > 0)
as per your requirements. Torrents containing any one of the above terms get removed from listings.
Low quality .sd torrents have not been removed, and can you add a configuration menu.