Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. javascript:(function() { if(location.host.includes('.tribusre.com')) { let prodhost=location.host.replace('.tribusre.com',''); prodhost=prodhost.replace(/\_/g,'.'); location.href='https://'+prodhost+location.pathname; } else { location.href=`https://${location.host.replace(/\./g,'_')}.tribusre.com${location.pathname}` } }())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement