Created
June 1, 2020 17:08
-
-
Save tomkeays/22a3f2c9dba289f3fd4e218c83dc17ce to your computer and use it in GitHub Desktop.
Proxy This & Unproxy This (bookmarklets)
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:pc=location.protocol;hn=location.hostname;hn=((pc==='http:')?hn:hn.replace(/\./g,'-'));pt=location.port;pt=(pt?':'+pt:pt);pn=location.pathname;sn=location.search;hs=location.hash;void(location.href=pc+'//0-'+hn+'.library.lemoyne.edu'+pt+pn+sn+hs); |
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:pc=location.protocol;hn=location.hostname;hn=hn.replace(/0-/i,'');hn=hn.replace(/\.library\.lemoyne\.edu/i,'');hn=hn.replace(/-/g,'.');pt=location.port;pt=(pt?':'+pt:pt);pn=location.pathname;sn=location.search;hs=location.hash;void(location.href=pc+'//'+hn+pt+pn+sn+hs); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment