Skip to content

Instantly share code, notes, and snippets.

View Wilker-uwu's full-sized avatar

Wilker Wilker-uwu

View GitHub Profile
@lats
lats / claim_all_the_things.js
Last active July 17, 2025 18:32
Tampermonkey script to claim all of the items within a Bundle on Itch.io
// ==UserScript==
// @name Activate all Itch.io Bundle downloads
// @version 1
// @include https://itch.io/bundle/download/*
// @include https://*.itch.io/*
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
// @grant none
// ==/UserScript==
$(document).ready(function() {