Skip to content

Instantly share code, notes, and snippets.

View MagicalBlob's full-sized avatar
🌍
just vibing in the aether

magical blob MagicalBlob

🌍
just vibing in the aether
View GitHub Profile
@lats
lats / claim_all_the_things.js
Last active May 7, 2024 17:13
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() {