You can edit every element though apparently
Report it to the FTC. The CAN-SPAM Act calls for something like a $50K fine for every email sent that doesn’t include a one-click unsubscribe button.
I think you can also report it to Google. Enough reports, and their email will automatically be flagged as spam. You can write them a nice email explaining how their absence of an unsubscribe button will ultimately hurt them when Gmail cuts them off from its users.
And quickly, before it’s closed down.
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);
document.querySelectorAll(“[contentEditable]”).forEach(x=>x.contentEditable=false);
That worked, thanks homie I knew some of you would be nerdy enough to help me out
np glad it worked.
Heroes of Lemmy
You can add them to the Consumer Action Taskforce wiki.
Immediately I mark as spam in every way possible, and maybe add their customer support email to their mailing list too.
Report it as spam: https://lemmy.ml/post/13850772
Do you have any addons that enable
contenteditable
/designMode
?The domain itself is a joke on its own.
I wonder if a different browser would work better.