Skip to content

Instantly share code, notes, and snippets.

View simmessa's full-sized avatar
🎯
Focusing on NULL

Simone Messaggi simmessa

🎯
Focusing on NULL
View GitHub Profile
@simmessa
simmessa / formatsso-favs.js
Last active June 28, 2023 11:01 — forked from martinlindenberg/format-aws-sso.js
reformats AWS sso page with added favourites. (greasemonkey script)
// ==UserScript==
// @name format-sso
// @namespace signin.aws.amazon.com
// @description reformats that page, with favourites that persist in browser memory
// @include https://signin.aws.amazon.com/saml
// @version 1
// @grant GM_setValue
// @grant GM_getValue
// ==/UserScript==
var storedObject = JSON.parse(GM_getValue("favourite", "{}"));