Skip to content

Instantly share code, notes, and snippets.

View sergiosusa's full-sized avatar
🤘
rock on!

Sergio Susa sergiosusa

🤘
rock on!
View GitHub Profile
@sergiosusa
sergiosusa / games-bundle-extractor.user.js
Last active April 30, 2020 05:19
Copy the games present on the famous bundle websites to the clipboard using a link injected on the page.
// ==UserScript==
// @name Games Bundle Extrator
// @namespace http://sergiosusa.com
// @version 0.7
// @description Extract the name of the games in diferent bundles.
// @author Sergio Susa (sergio@sergiosusa.com)
// @match https://www.gogobundle.com/latest/bundles/*
// @match https://gogobundle.com/latest/bundles/*
// @match https://www.indiegala.com/*
// @match https://www.humblebundle.com/games/*
@sergiosusa
sergiosusa / indigala-bundle-revealer.user.js
Last active December 8, 2019 16:54
Script to reveal a bundle from IndieGala and copy the keys on the clipboard with one click.
// ==UserScript==
// @name Indiegala Bundles' Exposer
// @namespace https://sergiosusa.com
// @version 0.4
// @description Reveal and copy each game of a indiegala's bundle.
// @author Sergio Susa (sergio@sergiosusa.com)
// @match https://www.indiegala.com/gift?gift_id=*
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
// @grant GM_setValue
// @grant GM_getValue
@sergiosusa
sergiosusa / indiegala-autojoin.user.js
Last active November 5, 2023 16:36
User script to auto-join all giveaways from indiegala.com.
// ==UserScript==
// @name AutoJoin IndieGala Giveaways
// @namespace http://sergiosusa.com
// @version 0.13
// @description Autojoin for IndieGala Giveaways!
// @author Sergio Susa (http://sergiosusa.com)
// @match https://www.indiegala.com/giveaways*
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// ==/UserScript==
@sergiosusa
sergiosusa / steamgifs-autojoin.user.js
Last active December 15, 2016 08:41
User script to auto-join all giveaways from steamgifs.com.
// ==UserScript==
// @name SteamGifts Auto Join Giveaway
// @namespace http://sergiosusa.com/
// @version 0.12
// @description Auto Join for Steamgifts giveaway
// @author Sergio Susa (http://sergiosusa.com)
// @match https://www.steamgifts.com/*
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// ==/UserScript==