Advertisement
This is comment for paste
What name
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Code v2:
- javascript:(function() {
- var currentUrl = window.location.href;
- var urlParts = currentUrl.split('/');
- var subdomain = urlParts[2].replace(/\./g,'-');
- window.location.href = 'https://' + subdomain + '.proxy.wichita.edu/' + urlParts.slice(3).join('/');
- })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement