Skip to content

Instantly share code, notes, and snippets.

@nmcbride
nmcbride / disable-tmobile-5g-home-internet-rotuer-wifi.md
Created December 15, 2022 05:47 — forked from orther/disable-tmobile-5g-home-internet-rotuer-wifi.md
JS Code To Disable WiFi for T-Mobile 5G Home Internet Router

This script can be copied into the browser console and used to disable wifi on the T-Mobile 5G Home Internet router. The web interface for the router doesn't allow you to disable it.

Steps

  1. Go to http://192.168.12.1
  2. Open dev console (on mac [cmd]+[opt]+i)
  3. Copy the code from the below JS file and with the password value updated to be your actual password and hit enter
  4. Call the code by typing tmobileHomeInternetDisableWifi() and hitting enter