baby first script /yee

enter something useful

  1. // ==UserScript==
  2. // @name baby first script /yee
  3. // @namespace http://use.i.E.your.homepage/
  4. // @version 0.1
  5. // @description enter something useful
  6. // @match http://*/*
  7. // @copyright 2012+, You
  8. // ==/UserScript==
  9.  
  10. var script = document.createElement('script');
  11. script.setAttribute("type", "application/javascript");
  12. script.textContent = ' \
  13. setTimeout(function(){ \
  14. $codes["yee"] = \'<img src="http://i.imgur.com/svdNDx7.png" width="66" height="77">\'; \
  15. }, 1500);'
  16. ;
  17. document.body.appendChild(script);