This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |