This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Jenkins Helper | |
// @namespace ADM (Sergio Susa) | |
// @version 0.8 | |
// @description Add some features to speed up the team. | |
// @author Sergio Susa ([email protected]) | |
// @match https://jenkins-sprccsadm.tools.msi.audi.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=audi.com | |
// @grant GM_setClipboard | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is Git's per-user configuration file. | |
[user] | |
name = --- | |
email = ---@---- | |
[alias] | |
a = add | |
s = status | |
b = branch | |
c = checkout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**** 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 + "(=([^&#]*)|&|#|$)"), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 ([email protected]) | |
// @match https://steamcommunity.com/id/*/edit | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 ([email protected]) | |
// @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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Own Game Bundle Checker | |
// @namespace http://sergiosusa.com/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author Sergio Susa ([email protected]) | |
// @match https://www.gogobundle.com/latest/bundles/* | |
// @match https://www.humblebundle.com/games/* | |
// @match https://www.indiegala.com/* | |
// @match https://www.fanatical.com/*/bundle/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 ([email protected]) | |
// @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 |
NewerOlder