Skip to content

Instantly share code, notes, and snippets.

@mirakui
Created September 27, 2010 02:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mirakui/598531 to your computer and use it in GitHub Desktop.
Save mirakui/598531 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