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