Skip to content

Instantly share code, notes, and snippets.

View KhYossi's full-sized avatar

Joseph KhYossi

View GitHub Profile
@KhYossi
KhYossi / mdn-redirect.user.js
Created January 7, 2026 05:33
Automatically redirect MDN pages to en-US locale
// ==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==
@KhYossi
KhYossi / README.md
Last active January 7, 2026 05:02
AirPods VolumeTamer

AirPods VolumeTamer for macOS

Automatically sets your AirPods volume to 20% when they connect to your Mac.

Why?

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.

Installation