Advertisement
Guest User

gameondestinyggembedchat

a guest
Feb 11th, 2014
683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. How to get destiny.gg chat embeded in gameon.gg stream page;
  2.  
  3. Copy the following code:
  4.  
  5. document.getElementById("chat").children[0].src="http://www.destiny.gg/embed/chat";document.getElementById("chat").style.height=document.getElementById("stream").style.height;document.getElementById("chat").style.top=document.getElementById("stream").style.top;document.getElementById("chat").children[0].height=document.getElementById("stream").style.height;
  6.  
  7. On Firefox or Chrome hit F12, on the console tab hit Ctrl+V, then hit the Enter key.
  8.  
  9. It should look like this http://i.imgur.com/YDs1wfF.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement