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.

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
Mochamad Adi
日安装量
0
总安装量
0
评分
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.