You can edit every element though apparently
I mean this is too funny lol
writeable checkbox
Immediately I mark as spam in every way possible, and maybe add their customer support email to their mailing list too.
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.
Is there a European equivalent?
It looks like the GDPR covers no unsubscribe option in emails
Report it as spam: https://lemmy.ml/post/13850772
The domain itself is a joke on its own.
Check if their check boxes have a SQL injection.
You’d need to be able to submit the form for that to do anything lol
Fire up burpsuite and do a POST, see what happens. 🤣
Maybe don’t
I’ve gotten emails with unsubscribe links pointing to “http://localhost/…”
not sure if it helps them avoid being considered spam or maybe misconfiguration.
Do you have any addons that enable
contenteditable
/designMode
?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);
If they are available in the EU you can also report them for violation of GDPR rules
deleted by creator
I wonder if a different browser would work better.