Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sheldonhull/908936b47f072000f81aa79cd629efa3 to your computer and use it in GitHub Desktop.
Save sheldonhull/908936b47f072000f81aa79cd629efa3 to your computer and use it in GitHub Desktop.
AWS Console Activator
// ==UserScript==
// @name AWS Console Activator
// @description AWS Console Activator
// @match https://console.aws.amazon.com/*
// ==/UserScript==
(function() {
var interval = 1000*60;
setInterval(function() {$("#refresh_btn-button").click()}, interval);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment