Skip to content

Instantly share code, notes, and snippets.

View hjdarnel's full-sized avatar
🤠
Slingin' some code!

Henry Darnell hjdarnel

🤠
Slingin' some code!
View GitHub Profile
// ==UserScript==
// @name AWS SSO Start Page
// @version 1.2.0
// @description Expand all account options
// @author Gregory Seidman @gregory-seidman
// @downloadURL https://gist.github.com/hjdarnel/c09cc38f9348f4d5bf8985ff8d42f463/raw/expand-sso-aws-login-options.user.js
// @updateURL https://gist.github.com/hjdarnel/c09cc38f9348f4d5bf8985ff8d42f463/raw/expand-sso-aws-login-options.user.js
// @match https://*.awsapps.com/start*
// @icon https://www.google.com/s2/favicons?sz=64&domain=awsapps.com
// @grant none
// ==UserScript==
// @name AWS Close SSO success
// @version 1.0.7
// @description Close the tab after successfully logging in via SSO
// @downloadURL https://gist.github.com/hjdarnel/6163bafb3595d3fd7a0b6e42e4db0248/raw/aws_close_sso_success.user.js
// @updateURL https://gist.github.com/hjdarnel/6163bafb3595d3fd7a0b6e42e4db0248/raw/aws_close_sso_success.user.js
// @author Gregory Seidman @gregory-seidman
// @match https://*.awsapps.com/start/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=awsapps.com
// @grant window.close
@hjdarnel
hjdarnel / focus-aws-sso-authorize-allow.user.js
Last active March 19, 2024 15:34 — forked from gregory-seidman/focus-aws-sso-authorize-allow.user.js
GreaseMonkey/TamperMonkey script to put input focus on the Allow button for AWS CLI SSO login
// ==UserScript==
// @name AWS SSO Focus Allow button
// @version 1.0.5
// @description Focus authorize allow button when confirming AWS CLI SSO login
// @downloadURL https://gist.github.com/hjdarnel/ef8417a63d2d5fb9e381e0301dc4ac02/raw/focus-aws-sso-authorize-allow.user.js
// @updateURL https://gist.github.com/hjdarnel/ef8417a63d2d5fb9e381e0301dc4ac02/raw/focus-aws-sso-authorize-allow.user.js
// @author Gregory Seidman @gregory-seidman
// @match https://*.awsapps.com/start/*
// @icon https://www.google.com/s2/favicons?domain=awsapps.com
// @grant none