Skip to content

Instantly share code, notes, and snippets.

@romanz
Created January 8, 2012 14:56
Show Gist options
  • Save romanz/1578603 to your computer and use it in GitHub Desktop.
Save romanz/1578603 to your computer and use it in GitHub Desktop.
WiFi switch bookmarklet for D-link DIR-300 wireless router
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