Skip to content

Instantly share code, notes, and snippets.

View alok-mishra's full-sized avatar

Alok Mishra alok-mishra

View GitHub Profile
" Setup: Sync directly with public github gist:
" https://gist.github.com/alok-mishra/621491c3d158e0fa05089781266ff5e3
set nohud
set nosmoothscroll
set noautofocus
set autoupdategist "maybe working?
set typelinkhints
@alok-mishra
alok-mishra / trakt-remove-all-from-collection.js
Last active July 20, 2024 20:04
Remove all items from Trakt collection
// 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)
})