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