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== | |
// @name format-aws-sso | |
// @namespace signin.aws.amazon.com | |
// @description reformats that page | |
// @include https://signin.aws.amazon.com/saml | |
// @version 3.0 | |
// @grant none | |
// ==/UserScript== | |
reformat(); | |
hover(); |
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== | |
// @name github pr helper - home24.de | |
// @namespace Violentmonkey Scripts | |
// @description adds button to github pr file view to speed up reviews | |
// @include https://github.com/*/*/pull/* | |
// @version 1.3 | |
// @author martinlindenberg | |
// @updateURL https://gist.githubusercontent.com/martinlindenberg/aeaed5909a771a45b06a071b2bc4787c/raw/github_pr_filetoggle.js | |
// @downloadURL https://gist.githubusercontent.com/martinlindenberg/aeaed5909a771a45b06a071b2bc4787c/raw/github_pr_filetoggle.js | |
// @grant none |
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== | |
// @name Kibana autocomplete killer | |
// @namespace kibana | |
// @grant none | |
// @include https://logs.shop.legacy.home24.net/_plugin/kibana/* | |
// @include https://search-core-search-eesglts4q27vatpw62l25etg7i.eu-west-1.es.amazonaws.com/_plugin/kibana/* | |
// ==/UserScript== | |
function main() { | |
document.addEventListener('click', function() { |
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== | |
// @name format-aws-sso | |
// @namespace signin.aws.amazon.com | |
// @description reformats that page | |
// @include https://signin.aws.amazon.com/saml | |
// @version 1.1 | |
// @grant none | |
// ==/UserScript== | |
$('#saml_form').css('max-width', 'none'); | |
$('fieldset').css('width', 'none'); |