Skip to content

Instantly share code, notes, and snippets.

@jamgraham
Created December 27, 2018 16:41
Show Gist options
  • Save jamgraham/002b67c057d08e4f4781fd83b85a03ba to your computer and use it in GitHub Desktop.
Save jamgraham/002b67c057d08e4f4781fd83b85a03ba to your computer and use it in GitHub Desktop.
unroll.me - Select all
setInterval(function(){
var a = document.querySelectorAll('[data-track-subscription-action="UNSUBSCRIBE"]');
var btn = a[0];
console.log(btn);
btn.click();
},3000);
@jamgraham
Copy link
Author

unroll me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment