Skip to content

Instantly share code, notes, and snippets.

@hawkrives
Last active September 24, 2024 21:36
Show Gist options
  • Save hawkrives/ebb1ebc6b3303c6d59c1cd3a00b3476a to your computer and use it in GitHub Desktop.
Save hawkrives/ebb1ebc6b3303c6d59c1cd3a00b3476a to your computer and use it in GitHub Desktop.
Automated AWS SSO CLI - Login
// ==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);
@AlexRom12
Copy link

SEO is one of the most important elements of any online promotion. With SEO promotion you increase the recognition of your brand, raise your site in the Google list and thereby increase the reach of your business. If you think where you can order promotion services, I recommend you contact the agency https://webugol.com/blog/website-seo-audit-tools , who are engaged in the full range of services to promote your business.

@nemoj463
Copy link

nemoj463 commented Jul 8, 2024

Hello. If you are looking for a reliable Canadian casino that has a great gambling potential, then I would definitely recommend paying attention to Vip Casino. This is the casino where you will find a wide range of gambling games and generous bonuses. In addition, by visiting this service you will find a detailed review of this platform, which will give you the opportunity to get a lot of useful information.

@barek1337436
Copy link

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ı.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment