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](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