Comment on Hide modal for 2 weeks
wesker@lemmy.sdf.org 1 day ago
Can you permanently zap it with uBlock?
Often those sites randomly generate ids and classes, so it will work only once.
That usually works IME, you just need to drag the sliders to pick a more general selector than an ID
I hate that.
You can use pseudo classes like div:nth-child(1) or xpath to work around it.
That sounds too fragile
deadcream@sopuli.xyz 1 day ago
Often those sites randomly generate ids and classes, so it will work only once.
eager_eagle@lemmy.world 20 hours ago
That usually works IME, you just need to drag the sliders to pick a more general selector than an ID
wesker@lemmy.sdf.org 1 day ago
I hate that.
Rusty@lemmy.ca 23 hours ago
You can use pseudo classes like div:nth-child(1) or xpath to work around it.
deadcream@sopuli.xyz 21 hours ago
That sounds too fragile