Advertisement
rowrz

Untitled

Oct 3rd, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var match = /#+[.*]/.test(location.href);
  2. if (location.href === "http://{Host}/" || location.href === "http://{Host}/#" || location.href === "http://{Host}//" || match) {location.replace("http://{Host}/tagged/xyz");}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement