Skip to content

Instantly share code, notes, and snippets.

@fhfaa
Last active March 1, 2017 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fhfaa/2f663d7c013b43348aea45c721ea499f to your computer and use it in GitHub Desktop.
Save fhfaa/2f663d7c013b43348aea45c721ea499f to your computer and use it in GitHub Desktop.
[].filter.call(document.querySelectorAll('.chartlist-name'), function (e) { return (/(Hellboy)|(Bibi Blo)|(Bibi und Tina)|(Benjamin Bl)|(Die drei )|(John Sinclair)|(Sherlock Holmes)|(Hui Bu)|(Offenbarung 23)/i).test(e.innerText) }).
forEach(function (e) { e.parentNode.querySelector('.chartlist-delete form button').click(); });
document.querySelector('li.previous a').click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment