Advertisement
Guest User

mush user

a guest
Jul 10th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if (location.href === "http://mush.vg/" || location.href === "http://mush.vg/#")
  2. document.getElementById("cdTabsChat").style.margin="0px 0px";
  3.  
  4. else if (location.href === "http://mush.vg/me") {
  5. var x = document.getElementsByClassName("bought goldactive");
  6. x[0].style.display="block";
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement