This file contains hidden or 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== | |
// @author Mert Acar | |
// @name Make AWS Profile and Region Clearer | |
// @version 2 | |
// @include https://*.aws.amazon.com/* | |
// @icon https://aws.amazon.com/favicon.ico | |
// @updateURL https://gist.github.com/M4C4R/4ee2797f37f5fbb8f814afaf549e6a5b/raw/b33b6619cf693cc6315b58cd66408d2db7c8b33a/prettify_aws_profile.user.js | |
// ==/UserScript== | |
// *** START Configuration *** |
This file contains hidden or 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== | |
// @author Mert Acar | |
// @name Favourites for AWS SAML | |
// @version 1.1 | |
// @include https://signin.aws.amazon.com/saml* | |
// @icon https://aws.amazon.com/favicon.ico | |
// @updateURL https://gist.github.com/M4C4R/bbd76e5b7c9ee0d3da1bce50842c1f98/raw/6150d5802d33b5f04d96033d748edd006d59a87a/favourites_for_aws_saml_sign_in.user.js | |
// ==/UserScript== | |
// *** START Configuration *** |
This file contains hidden or 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== | |
// @author Mert Acar | |
// @name Refresh console text AND fix approve/abort buttons | |
// @version 0.1 | |
// @include *//jenkinsserver001*/job/*/consoleText | |
// @include *//jenkinsserver001*/job/*/console | |
// @icon https://www.jenkins.io/favicon.ico | |
// @updateURL https://gist.github.com/M4C4R/34de4736c342fdc98beb7801892b1cc9/raw/bce4d4896eb6fec2453144df46f0f53220954a8b/jenkins_auto_refresh_console_logs.user.js | |
// ==/UserScript== |