Created
February 14, 2015 12:14
-
-
Save hugoboos/68b830aec8e7cab65055 to your computer and use it in GitHub Desktop.
Remove history from Trakt
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
// Run in console on the history page (http://trakt.tv/users/<username>/history) | |
// Will remove all the items, on that page, from the watched history. | |
$(".posters .grid-item").each(function(){ | |
var $this = $(this); | |
historyRemove($this, $this.data("history-id")); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tampermonkey version with all pages
https://gist.github.com/oc013/f0e2c2c3034c972abbc772790f69985e