Last active
September 24, 2024 21:36
-
-
Save hawkrives/ebb1ebc6b3303c6d59c1cd3a00b3476a to your computer and use it in GitHub Desktop.
Automated AWS SSO CLI - Login
This file contains 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 Automated AWS SSO CLI - Login | |
// @namespace http://glencoakley.org | |
// @match https://*.awsapps.com/start/user-consent/authorize.html?clientId=* | |
// @grant none | |
// @version 1.0 | |
// @author Glen Coakley | |
// @description Automatically presses the "Sign in to AWS CLI" button. Inspired by Nicholas Hawkes' "Auto AWS SSO CLI - Login" at https://gist.github.com/hawkesnc/ae9fc22fc5d17ac250f6376b0591161c | |
// @homepage https://gist.github.com/GlenCoakley/d3a82a41b2e578b29875625ec6ffa11e | |
// ==/UserScript== | |
function click_it() { | |
let login = document.querySelector('#cli_login_button'); | |
if (login) { | |
login.click(); | |
} else { | |
setTimeout(click_it, 500); | |
} | |
} | |
window.onload = () => setTimeout(click_it, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oyun platformları genelde çok karışık olabiliyor ama abebet giriş https://abebet.net/ çok sade ve anlaşılırdı. İlk denememde bile hiçbir zorluk yaşamadım. Hızlı yükleme süreleri ve sade grafikler sayesinde hemen adapte oldum. Hızlı giriş ve güvenilir arayüz gerçekten işimi kolaylaştırdı.