Skip to content

Instantly share code, notes, and snippets.

@thebengeu
thebengeu / tm_hide_aws_regions.js
Last active October 22, 2024 15:24 — forked from wmathes/tm_hide_aws_regions.js
TamperMonkey: Hide AWS regions from dropdown menu.
// ==UserScript==
// @name ScreenCloud AWS: region dropdown cleanup
// @namespace http://tampermonkey.net/
// @version 0.1
// @author [email protected]
// @include https://*.console.aws.amazon.com/*
// @grant none
// ==/UserScript==
(function() {