Skip to content

Instantly share code, notes, and snippets.

@glibg10b
Created December 15, 2023 11:48
Show Gist options
  • Save glibg10b/26586d9885defa99754c6a07f5c77b3b to your computer and use it in GitHub Desktop.
Save glibg10b/26586d9885defa99754c6a07f5c77b3b to your computer and use it in GitHub Desktop.
Access hidden Huawei router settings

Huawei reuses the same interface for many of their routers, but chooses to hide some features. Some of these may not be supported by the hardware, but others may work fine.

The features are hidden using the HTML hidden attribute. To turn this attribute off for all elements on a page, open your browser's dev tools and type $('#*').show() into the console.

On my B315, this allows me to change the DNS server addresses sent via DHCP:

image

@glibg10b
Copy link
Author

That's not something I can help with, unfortunately.

If you can find someone else that had success with your router model, and you're certain they're legit, you may be able to ask them for guidance. Otherwise, you'll just have to buy another router and make sure your SIM works in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment