Last active
May 3, 2025 05:36
-
-
Save alok-mishra/405963a24599b16280f9a535da89133b to your computer and use it in GitHub Desktop.
Remove all items from Trakt collection
This file contains hidden or 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
// Removes all items from a page of the Trakt collection | |
// Run script from console of user's collection page | |
// Must be run on each page | |
$(".posters .grid-item").each(function() { | |
actionWatch($(this).closest('.grid-item'), 'collect', true) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get a Doh! error even with this for some reason, but the one from Clndl works
Anyways, thanks everyone for the help with this. No clue why this isn't easier