How to block certain users from 1337x using uBlock Origin?

authenyo@lemmy.fmhy.ml to Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com – 25 points –

Title basically, i want to block some users (malicious ones like IGGGAMESCOM) from appearing in my 1337x search results but i dont really know how

You can probably block their user profile (https://1337x.to/user/username) but it doesnt filter out their results, just their profile when you click on it

18

You are viewing a single comment

hey i figured it out!

in ublock settings go to "my filters"

there, for every username you add a new line with the following: 1337x.to##tr:has-text(USERNAME)

this removes any tablerow (html tr element) that contains the string USERNAME, so for you it would look like this:

again, if you want to block another user, add a new line and replace USERNAME with the actual username you want to block

i dont know if this is great "coding" performance wise since it has to check quite some nodes but the site loads pretty quick for me

have fun :)