Guest User

Untitled

a guest
May 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. function bust(_){
  2. var $ = location.search;
  3. return _ + ($ && (~_.indexOf('?') ? '&' + $.substr(1) : $));
  4. }
Add Comment
Please, Sign In to add comment