Created
October 11, 2019 13:13
-
-
Save hakanilter/0f91e9ba7e7f7a851bb6e5e42dd2b130 to your computer and use it in GitHub Desktop.
AWS UI Autorefresh JS scripts
This file contains hidden or 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
// Cloudwatch | |
setInterval(function(){ | |
document.getElementsByClassName('cwdb-log-viewer-table-infinite-loader-bottom')[0].lastElementChild.click(); | |
document.getElementsByClassName('GIYU-ANBFDF')[0].scroll(0, document.body.scrollHeight) | |
}, 3000); | |
// EMR | |
setInterval(function(){ | |
document.getElementsByClassName('GAEMCWHGM')[14].click() | |
}, 5000); | |
// RDS | |
setInterval(function(){ | |
document.getElementsByClassName('awsui-button awsui-button-no-text awsui-button-variant-normal awsui-hover-child-icons')[0].click() | |
}, 10000); | |
// Airflow | |
setInterval(function(){ xzn | |
document.getElementsByClassName('btn btn-default pull-right')[0].click() | |
}, 10000); | |
// ECS | |
setInterval(function(){ | |
document.getElementsByClassName('awsui-button awsui-button-no-text awsui-button-size-normal awsui-button-variant-normal awsui-hover-child-icons')[0].click() | |
}, 10000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment