Greasy Fork is available in English.

RARBG Modified

Removes XXX torrents, 720p releases, re-encodes (RARBG, VXT etc)

Cleans up the site of low-quality releases, remuxes and XXX torrents.

Before:
Before

After:
After

Modification of the script - https://greasyfork.org/en/scripts/29661-rarbg-advanced-filters

Script basically looks at torrent titles and filters out ones that contain certain terms. You may 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 in their title get removed from listings.

Bonus: Add the following line to adblock custom filter list to get rid of recent searches from appearing at the bottom of the page.

rarbg2019.org##div:nth-of-type(3)

and it should be gone for rarbg2019 url

Recent searches

Or in case that doesn't work, install Element Blocker extension (Firefox) and then block the recent searches strip that appears at the bottom on https://rarbg2019.org/torrents.php page to get rid of it.