Advertisement
gustavonzr

New OrigemWoot

Aug 27th, 2014
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var a = function() {
  2.     var a = {
  3.         b: function() {
  4.             javascript:setInterval("$('#woot')[0].click();", 10000);
  5.  
  6. API.chatLog("OrigemWoot is enabled",alert);
  7. API.chatLog("Site: http://origemwoot.jimdo.com/");
  8.  
  9. setTimeout(function(){$('head').append('<link rel="stylesheet" type="text/css" href="https://dl.dropboxusercontent.com/s/adneay8upnbl0is/new.css">');},10);
  10.         }
  11.     };
  12.     a.b();
  13. };
  14. var b = document.createElement('script');
  15. b.textContent = '(' + a.toString() + ')();';
  16. document.head.appendChild(b);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement