Skip to content

Instantly share code, notes, and snippets.

View M4C4R's full-sized avatar
🌍

Mert Acar M4C4R

🌍
View GitHub Profile
@M4C4R
M4C4R / prettify_aws_profile.user.js
Last active July 15, 2021 15:26
Prettifies the AWS navbar where the role, account, and region are located. Click Raw to install on script managers like GreaseMonkey and Tampermonkey.
// ==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 ***
@M4C4R
M4C4R / favourites_for_aws_saml_sign_in.user.js
Last active July 15, 2021 15:25
Adds a favourites section to the AWS SAML Sign In page, useful if you want to highlight a few roles out of a long list. Click Raw to install on script managers like GreaseMonkey and Tampermonkey.
// ==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 ***
@M4C4R
M4C4R / jenkins_auto_refresh_console_logs.user.js
Last active July 22, 2021 19:44
Fixes Jenkins console logs from getting stuck as it force refreshes every 10 seconds, also fixes the inline approve/abort buttons. Click Raw to install on script managers like GreaseMonkey and Tampermonkey.
// ==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==