Skip to content

Instantly share code, notes, and snippets.

View Wilker-uwu's full-sized avatar

Wilker Wilker-uwu

  • Guarulhos - São Paulo, Brazil
  • 15:23 (UTC -03:00)
View GitHub Profile
@lats
lats / claim_all_the_things.js
Last active September 20, 2024 18:45
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() {