Created
January 8, 2012 14:56
-
-
Save romanz/1578603 to your computer and use it in GitHub Desktop.
WiFi switch bookmarklet for D-link DIR-300 wireless router
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ | |
location.assign("http://192.168.0.1/bsc_wlan.php"); | |
document.getElementById("enable").checked = !document.getElementById("enable").checked; | |
check(); | |
})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment