Skip to content

Instantly share code, notes, and snippets.

@nathancahill
nathancahill / translate_amazon.js
Last active May 10, 2022 10:29 — forked from ideasasylum/translate_amazon.js
Translate Amazon service names into plain English (see https://www.expeditedssl.com/aws-in-plain-english)
// ==UserScript==
// @name Translate Amazon
// @namespace http://your.homepage/
// @version 0.1
// @description Translate the Amazon service names into plain English. See https://www.expeditedssl.com/aws-in-plain-english
// @author @ideasasylum
// @match https://*.console.aws.amazon.com/console/home?*
// @grant none
// ==/UserScript==