Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name aws-console-favorite-pins
// @namespace https://gist.github.com/sandidgm
// @version 1.3
// @description create menu bar pins for configured favorites
// @author sandidgm
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.20/lodash.min.js
// @match https://*.console.aws.amazon.com/*
// @run-at document-end
@sandidgm
sandidgm / aws-notification-timer.user.js
Created September 24, 2020 03:00 — forked from jamesinc/aws-notification-timer.user.js
AWS console notification dismisserator 9000 - dismiss AWS flash notifications after (about) 5 seconds
// ==UserScript==
// @name AWS console notification dismisserator 9000
// @namespace https://github.com/jamesinc
// @version 1.0
// @description Dismiss AWS flash notifications after about 5 seconds
// @author James Ducker
// @match https://*.console.aws.amazon.com/*
// @grant none
// @run-at document-end
// ==/UserScript==