Last active
March 1, 2017 09:49
-
-
Save fhfaa/2f663d7c013b43348aea45c721ea499f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[].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