There you go, the reading material. Thank you for the summary. I hope I can learn something from there.
TYVM !!!
1337x: Requesting block syntax
Re: 1337x: Requesting block syntax
Use EHH in advanced modality.
In your above case, when the div / class name it's randomly generated keep (if possible) only the fixed part (you can edit the various names) and go up on the "tree". Then select (check) for example the first class / div with a fixed name.
In your above case, when the div / class name it's randomly generated keep (if possible) only the fixed part (you can edit the various names) and go up on the "tree". Then select (check) for example the first class / div with a fixed name.
Re: 1337x: Requesting block syntax
In images what to do:
- right click that blue bar, inspect:

- click the ABP button on the left:

- edit the class name (remove it)

- click on the div above the current one (in the tree on the left)
Then check "first-child" and torrent-category-detail.."
Then click "add element hiding rule"

- right click that blue bar, inspect:

- click the ABP button on the left:

- edit the class name (remove it)

- click on the div above the current one (in the tree on the left)
Then check "first-child" and torrent-category-detail.."
Then click "add element hiding rule"

Re: 1337x: Requesting block syntax
you can see in this _example_ these 2 filters :
merged to only one filter
Attribute selectors filters#elemhide_attributes
Code: Select all
1337x.to##.torrent-category-detail.clearfix + [class] > A[id][href]
1337x.to##.torrent-detail.clearfix + [class] > A[id][href]
Code: Select all
1337x.to##[class$="-detail clearfix"] + [class] > A[id][href]