Automatically sets your AirPods volume to 20% when they connect to your Mac.
macOS defaults to 50% volume when AirPods connect, which can be uncomfortably loud. This script automatically adjusts it to a safer 20% every time they connect.
| // ==UserScript== | |
| // @name MDN Redirect to en-US | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.0 | |
| // @description Automatically redirect MDN pages to en-US locale (handles SPA navigation) | |
| // @author Joseph | |
| // @match https://developer.mozilla.org/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== |