m_f@discuss.online to Mildly Infuriating@lemmy.worldEnglish · 1 day agoHide modal for 2 weeksdiscuss.onlineimagemessage-square20fedilinkarrow-up1102arrow-down12file-text
arrow-up1100arrow-down1imageHide modal for 2 weeksdiscuss.onlinem_f@discuss.online to Mildly Infuriating@lemmy.worldEnglish · 1 day agomessage-square20fedilinkfile-text
minus-squaredeadcream@sopuli.xyzlinkfedilinkEnglisharrow-up12·1 day agoOften those sites randomly generate ids and classes, so it will work only once.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-24 hours agoThat usually works IME, you just need to drag the sliders to pick a more general selector than an ID or specific class
minus-squareRusty@lemmy.calinkfedilinkEnglisharrow-up1·8 hours agoYou can use pseudo classes like div:nth-child(1) or xpath to work around it.
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 or specific class
You can use pseudo classes like div:nth-child(1) or xpath to work around it.
That sounds too fragile
I hate that.