yojimbos_law

why am I so bad at JS? (nonfunctional chat macro)

Sep 13th, 2017
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. as a chat marco:
  2. /goto inventory.php?ftext=___'; top.mainpane.location.onunload = function(){ top.mainpane.frameElement.contentDocument.forms[2].children[0].value += 'boop' } ; z='
  3.  
  4. as an equivalent(?) javascript...script?
  5.  
  6. top.mainpane.location = 'inventory.php?ftext=___';
  7. top.mainpane.location.onunload = function(){
  8. top.mainpane.frameElement.contentDocument.forms[2].children[0].value += 'boop'
  9. };
  10. z=''
Advertisement
Add Comment
Please, Sign In to add comment