Comment on Firestone email unsubscribe page isn't actually clickable so you can't unsubscribe
underisk@lemmy.ml 2 months ago
sounds like contentEditable
got triggered on one of the elements on the page. if you want to try and get around this before they fix it you can press F12 and paste this into your console:
document.querySelectorAll("[contentEditable]").forEach(x=>x.contentEditable=false);
StarvingMartist@sh.itjust.works 2 months ago
That worked, thanks homie I knew some of you would be nerdy enough to help me out
underisk@lemmy.ml 2 months ago
np glad it worked.
TheOakTree@lemm.ee 2 months ago
Heroes of Lemmy