Skip to content

Instantly share code, notes, and snippets.

@s4w3d0ff
Last active May 22, 2017 00:50
Show Gist options
  • Save s4w3d0ff/af2720b46a7c51aac8564bc90dbf9f0d to your computer and use it in GitHub Desktop.
Save s4w3d0ff/af2720b46a7c51aac8564bc90dbf9f0d to your computer and use it in GitHub Desktop.
I'm still listening pandora
javascript:function myMethod( ) { document.querySelector("button[data-qa='keep_listening_button']").click();} var timer = setInterval(myMethod, 1000); if(timer) { alert('Thanks for listening!'); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment