Skip to content

Instantly share code, notes, and snippets.

@jjjakey
jjjakey / claim_all_the_things-chromefix.js
Last active March 16, 2022 13:03 — forked from lats/claim_all_the_things.js
Claims all of the items within the "Bundle for Racial Justice and Equality" 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() {