Skip to content

Instantly share code, notes, and snippets.

View lats's full-sized avatar

Bill lats

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() {
<?
//Required info
$whmusername = "root";
//Contains the hash from /etc/.accesshash
include_once('hash.php');
//A bunch of vars, the ones listed here are required for any cp scrip. Replace or add to this as needed, can be changed to inputs as well.
$user = "somename";
$pass = "somepass";
$domain = "someurl.tld";