Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name        chan capswag
  3. // @namespace   openchan.org
  4. // @include     http://openchan.org/board/mod.php?/test/*
  5. // @version     1
  6. // @grant       none
  7. // ==/UserScript==
  8.  
  9. var nameInputCapcode = "Acebulf is the best!";
  10. var curInput = document.getElementsByName("name")[0].value;
  11.  
  12. document.getElementsByName("name")[0].value = curInput + " ## " + nameInputCapcode;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement