Skip to content

Instantly share code, notes, and snippets.

@tteskac
tteskac / tm_hide_aws_regions.js
Last active July 10, 2022 20:23 — 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.2
// @author wolf@screencloud.io
// @include https://*.console.aws.amazon.com/*
// @grant none
// ==/UserScript==
(function() {