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 / jenkins.helper.user.js
Last active May 17, 2023 08:55
Jenkins Helper
// ==UserScript==
// @name Jenkins Helper
// @namespace ADM (Sergio Susa)
// @version 0.8
// @description Add some features to speed up the team.
// @author Sergio Susa (sergio.susa@code.seat)
// @match https://jenkins-sprccsadm.tools.msi.audi.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=audi.com
// @grant GM_setClipboard
// ==/UserScript==
@sergiosusa
sergiosusa / .gitconfig
Last active July 21, 2022 14:39
ADM - Seat:Code
# This is Git's per-user configuration file.
[user]
name = ---
email = ---@----
[alias]
a = add
s = status
b = branch
c = checkout
@sergiosusa
sergiosusa / accident-creation-tool.user.js
Last active May 9, 2022 10:44
Accident Creation Tool
// ==UserScript==
// @name Accident Creation Tool
// @namespace ADM Team
// @version 0.2
// @description Accident Creation Tool
// @author You
// @match https://*.retailservices.audi.de/*/*/accidents/create-form
// @icon https://www.google.com/s2/favicons?sz=64&domain=audi.de
// @grant none
// ==/UserScript==
// ==UserScript==
// @name My Amazon Affiliate
// @namespace https://sergiosusa.com
// @version 0.3
// @description This script add my affiliate tag to all amazon.es product pages, thanks for your help.
// @author Sergio Susa (https://sergiosusa.com)
// @match https://www.amazon.de/*/dp/*
// @match https://www.amazon.de/dp/*
// @match https://www.amazon.de/*/gp/*
// @match https://www.amazon.de/gp/*
// ==UserScript==
// @name My Indiegala Affiliate
// @namespace https://sergiosusa.com
// @version 0.1
// @description This script add my affiliate tag to all indiegala.com.
// @author Sergio Susa (https://sergiosusa.com)
// @match https://www.indiegala.com*
// @match https://www.indiegala.com/*
// @grant none
// ==/UserScript==
/**** Url ****/
function getCurrentUrl() {
return window.location.href;
}
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
@sergiosusa
sergiosusa / steam-profile-showcase-organizer.user.js
Created April 20, 2018 20:51
Add an option to organize the showcases movind up and down
// ==UserScript==
// @name Steam Profile Showcase Organizer
// @namespace http://sergiosusa.com
// @version 0.1
// @description Add some features to the profile edit page on Steam.
// @author Sergio Susa (sergio@sergiosusa.com)
// @match https://steamcommunity.com/id/*/edit
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
// @grant none
// ==/UserScript==
@sergiosusa
sergiosusa / humblebundle-copy-list-of-games-from-keys-page.user.js
Created April 17, 2018 22:13
Copia la lista de los juegos de la patalla de Keys del Humble Bundle.
// ==UserScript==
// @name Copy Humble Bundle Games Unreveal
// @namespace http://sergiosusa.com
// @version 0.1
// @description Copy all name of games from the HB keys list
// @author Sergio Susa (sergio@sergiosusa.com)
// @match https://www.humblebundle.com/home/keys
// @grant GM_setClipboard
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
// ==/UserScript==
@sergiosusa
sergiosusa / steam-own-game-bundle-checker.user.js
Created April 10, 2018 21:48
Check if you own on your configured account the games of a bundle on Humble Bundle, IndieGala, Fanatical and GoGoBundle
// ==UserScript==
// @name Own Game Bundle Checker
// @namespace http://sergiosusa.com/
// @version 0.1
// @description try to take over the world!
// @author Sergio Susa (sergio@sergiosusa.com)
// @match https://www.gogobundle.com/latest/bundles/*
// @match https://www.humblebundle.com/games/*
// @match https://www.indiegala.com/*
// @match https://www.fanatical.com/*/bundle/*
@sergiosusa
sergiosusa / steamtradematcher-scan-utilities.user.js
Last active February 9, 2022 14:26
Bring some utilities to the Steam Trade Matcher results page.
// ==UserScript==
// @name Steamtrade Matcher Scan Utilities
// @namespace http://sergiosusa.com
// @version 0.3
// @description Bring some utilities to the Steam Trade Matcher results page.
// @author Sergio Susa (sergio@sergiosusa.com)
// @match http://www.steamtradematcher.com/compare
// @match https://www.steamtradematcher.com/compare
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js