yojimbos_law

inventory filtering macro (work in progress)

Sep 13th, 2017
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. first draft:
  2. /goto '?'':(function(){
  3. var ftextboop = $$ ;
  4. top.mainpane.location = 'inventory.php';
  5. document.mainpane.text.value = ftextboop ;
  6. })();
  7. z='
  8.  
  9. current draft (leaves loading inventory.php to an auxiliary macro [probably '/goto inventory.php?ftext=___' with the 3 undercores being literal and not a placeholder] and will probably need to end up becoming an onload script in inventory.php's header somehow) :
  10. /goto '?'':(function(){ top.mainpane.frameElement.contentDocument.forms[2].children[0].value += '$$' ; throw{}})();z='
Advertisement
Add Comment
Please, Sign In to add comment