您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Automatically clicks the "Allow Access" button when it becomes available.
当前为
This Tampermonkey script automates the clicking of the "Allow Access"
button when accessing AWS CLI through the AWS web portal. It is specifically designed for the AWS WorkSpaces or CLI login pages where the "Allow Access" button needs to be clicked for access.
[data-testid="allow-access-button"]
) as soon as it becomes available.@run-at document-idle
)."Allow Access"
button on the AWS authentication page.https://d-9a67274801.awsapps.com/start/
), and the script will automatically handle the confirmation process.https://d-9a67274801.awsapps.com/start/
(Modify this if needed for your specific AWS setup)@grant none
).@match
is restricted to AWS CLI login pages).[data-testid="allow-access-button"]
) is still correct (AWS may update its UI).This script is provided under the MIT License.
🚀 Enjoy hassle-free AWS CLI access!