Skip to content

Instantly share code, notes, and snippets.

View PoLaKoSz's full-sized avatar

Tom PoLáKoSz PoLaKoSz

View GitHub Profile
@PoLaKoSz
PoLaKoSz / aws-notification-timer.user.js
Last active January 20, 2025 08:07 — 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.2
// @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==