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.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Mochamad Adi
今日安裝
0
安裝總數
2
評價
0 0 0
版本
5.0
建立日期
2025-11-27
更新日期
2025-11-27
尺寸
12.7 KB
授權條款
MIT
腳本執行於

🚀 Huawei Router Readable Status

Huawei Router Readable Status is a Userscript designed to improve the user experience when accessing the Huawei router web interface (specifically the HG6145D2 model and similar models). This script converts raw data that is difficult to read into a more informative and user-friendly format.

✨ Key Features

Here are the changes this script makes to the router status page:

📊 Automatic Data Unit Conversion

No more manual zero counting! This script converts raw numbers into easily understandable units:

  • Bytes (B) are automatically converted to KB, MB, GB, or TB (e.g., 10485761 MB).
  • Data Packets are formatted with thousands separators (periods) for easier reading (e.g., 12345671,234,567).

📋 Click-to-Copy Feature

Simplify network management with the quick copy feature:

  • Click on an IP Address or MAC Address in the user list table to instantly copy it to the clipboard.
  • A “Copied!” tooltip notification appears when the text is successfully copied.

⏱️ Uptime Display Improvements

  • Formats device connection duration and uptime into a standard d (days) h (hours) m (minutes) s (seconds) format that is neater and more concise.

🎨 Visual Improvements

  • Bolded important information such as data usage and uptime.
  • Added a hover effect to clickable elements.

🛠️ Compatibility

This script was developed and tested on:

  • Device: Huawei HG6145D2
  • Default Gateway: 192.168.1.1
  • Firmware: WKE2.094.443A01 (and similar variants)

Note: The script may work on other Huawei router models with a similar HTML element structure.


📦 Installation Instructions

  1. Make sure your browser has a script manager extension such as Tampermonkey or Violentmonkey installed.
  2. Click the Install button on this page.
  3. Open your router's admin page (usually 192.168.1.1).
  4. The script will automatically activate and format data in real-time!

📝 Changelog

  • v5.0: Added mutation observer feature to detect dynamic data changes, improved LAN and Wi-Fi 5G table formatting, and code optimization.