Skip to content

Instantly share code, notes, and snippets.

View adimuhamad's full-sized avatar

Mochamad Adi MR adimuhamad

View GitHub Profile
@adimuhamad
adimuhamad / Huawei Router Readable Status.js
Created November 28, 2025 12:31
Huawei Router Readable Status - Formatting traffic numbers into measurable units, adding thousands separators to packets, and click-to-copy IP/MAC features on the Huawei router interface.
// ==UserScript==
// @name Huawei Router Readable Status
// @namespace Huawei HG6145D2 WKE2.094.443A01
// @version 5.0
// @description Formatting traffic numbers into measurable units, adding thousands separators to packets, and click-to-copy IP/MAC features on the Huawei router interface.
// @author MochAdiMR
// @match *://192.168.1.1/html/*
// @exclude *://192.168.1.1/html/login_inter.html
// @icon https://i.imgur.com/OsLkmXp.png
// @license MIT
@adimuhamad
adimuhamad / ZTE Router Readable Status.js
Created November 28, 2025 12:27
ZTE Router Readable Status - The complete dashboard makeover: WAN/LAN Stats, Speedometer, Colors, Formatting, & Copy-Paste.
// ==UserScript==
// @name ZTE Router Readable Status
// @namespace ZTE F672Y V9.1.10P4N3
// @version 5.0
// @description The complete dashboard makeover: WAN/LAN Stats, Speedometer, Colors, Formatting, & Copy-Paste.
// @author MochAdiMR
// @match *://192.168.1.1/html/*
// @icon https://1000logos.net/wp-content/uploads/2018/09/ZTE-Logo-1985.png
// @license MIT
// @grant none
@adimuhamad
adimuhamad / YT Comment Filter (Improved).js
Last active December 2, 2025 13:44
YT Comment Filter (Improved) - Automatically hide YouTube comments based on username, specific keywords, and spam text patterns. Features Dual-Mode Observer.
// ==UserScript==
// @name YT Comment Filter (Improved)
// @namespace YT Comment Filter (Improved)
// @version 6.2
// @description Automatically hide YouTube comments based on username, specific keywords, and spam text patterns. Features Dual-Mode Observer.
// @author Mochamad Adi MR (adimuham.mad)
// @match *://*.youtube.com/watch*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant GM_registerMenuCommand
// @grant GM_getValue