tips:bookmarklet_to_toggle_http_https
Bookmarklet to toggle http&https
javascript:(function () { if (window.location.protocol=="http:") {location=location.href.replace(/^http:/,"https:");} else {location=location.href.replace(/^https:/,"http:");} }());
tips/bookmarklet_to_toggle_http_https.txt · Poslední úprava: 2015/04/10 23:18 autor: 127.0.0.1
