Auto AWS SSO CLI - Authorize Device

Automatically presses the "Confirm and continue" button

目前为 2024-04-15 提交的版本。查看 最新版本

// ==UserScript==
// @name        Auto AWS SSO CLI - Authorize Device
// @namespace   https://gf.qytechs.cn/users/1009418
// @match       https://device.sso.*.amazonaws.com/?user_code=*
// @grant       none
// @version     1.0
// @author      Bernd VanSkiver
// @description Automatically presses the "Confirm and continue" button
// ==/UserScript==

window.onload = function() {
  document.getElementById('cli_verification_btn').click()
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址