m_f@discuss.online to Mildly Infuriating@lemmy.worldEnglish · 8 个月前Hide modal for 2 weeksdiscuss.onlineimagemessage-square22linkfedilinkarrow-up1129arrow-down12file-text
arrow-up1127arrow-down1imageHide modal for 2 weeksdiscuss.onlinem_f@discuss.online to Mildly Infuriating@lemmy.worldEnglish · 8 个月前message-square22linkfedilinkfile-text
minus-squareDr. Wesker@lemmy.sdf.orglinkfedilinkEnglisharrow-up19·8 个月前Can you permanently zap it with uBlock?
minus-squaredeadcream@sopuli.xyzlinkfedilinkEnglisharrow-up13·8 个月前Often those sites randomly generate ids and classes, so it will work only once.
minus-squareRusty@lemmy.calinkfedilinkEnglisharrow-up2·7 个月前You can use pseudo classes like div:nth-child(1) or xpath to work around it.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·7 个月前That usually works IME, you just need to drag the sliders to pick a more general selector than an ID or specific class
Can you permanently zap it with uBlock?
Often those sites randomly generate ids and classes, so it will work only once.
I hate that.
You can use pseudo classes like div:nth-child(1) or xpath to work around it.
That sounds too fragile
That usually works IME, you just need to drag the sliders to pick a more general selector than an ID or specific class