Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name           TwitFix - Corretor de bugs do twitter
  3. // @description    Corrige o bug da linkagem das mentions.
  4. // @include    *twitter.com*
  5. // @version        0.1
  6. // @author         Zuugy Networks
  7. // ==/UserScript==
  8.  
  9. var script = function(){
  10.  
  11. eval(function(p,a,c,k,e,r)
  12. {e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};
  13. if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];
  14. e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('d e(){$i=4.f("g-h");j(5 x k $i)l($i[x].3)$i[x].3=$i[x].3.m(/\\@([a-n-o-9][^\\s]+)/p,"@<a q=\\"   6-r\\" t-u-v=\\"$1\\" 7=\\"8://6.w/$1\\"  y=\\"z\\">$1</a>")}5 2=4.A("2");2.B="C";2.3="<a  7=\\"8://D.E\\">F G</a>";2.H="b-c- I";4.J("b-c").K("L")[0].M(2);',49,49,
  15. ('\x7c\x7c\x6c\x69\x7c\x69\x6e\x6e\x65\x72\x48\x54\x4d\x4c\x7c\x64\x6f\x63\x75\x6d\x65\x6e'+
  16. '\x74\x7c\x76\x61\x72\x7c\x74\x77\x69\x74\x74\x65\x72\x7c\x68\x72\x65\x66\x7c\x68\x74\x74'+
  17. '\x70\x7c\x7c\x7c\x67\x6c\x6f\x62\x61\x6c\x7c\x6e\x61\x76\x7c\x66\x75\x6e\x63\x74\x69\x6f\x6e'+
  18. '\x7c\x61\x72\x72\x6f\x62\x61\x72\x7c\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74\x73\x42\x79\x43\x6c'+
  19. '\x61\x73\x73\x4e\x61\x6d\x65\x7c\x74\x77\x65\x65\x74\x7c\x74\x65\x78\x74\x7c\x7c\x66\x6f\x72\x7c\x69'+
  20. '\x6e\x7c\x69\x66\x7c\x72\x65\x70\x6c\x61\x63\x65\x7c\x7a\x41\x7c\x5a\x30\x7c\x69\x67\x7c\x63\x6c\x61\x73'+
  21. '\x73\x7c\x61\x74\x72\x65\x70\x6c\x79\x7c\x7c\x64\x61\x74\x61\x7c\x73\x63\x72\x65\x65\x6e\x7c\x6e\x61\x6d\x65'+
  22. '\x7c\x63\x6f\x6d\x7c\x7c\x72\x65\x6c\x7c\x6e\x6f\x66\x6f\x6c\x6c\x6f\x77\x7c\x63\x72\x65\x61\x74\x65\x45\x6c\x65'+
  23. '\x6d\x65\x6e\x74\x7c\x63\x6c\x61\x73\x73\x4e\x61\x6d\x65\x7c\x6e\x65\x77\x7c\x77\x65\x62\x64\x69\x63\x61\x73\x7c\x69'+
  24. '\x6e\x66\x6f\x7c\x57\x65\x62\x7c\x44\x69\x63\x61\x73\x7c\x69\x64\x7c\x6d\x65\x73\x73\x61\x67\x65\x73\x7c\x67\x65\x74\x45'+
  25. '\x6c\x65\x6d\x65\x6e\x74\x42\x79\x49\x64\x7c\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74\x73\x42\x79\x54\x61\x67\x4e\x61\x6d\x65'+
  26. '\x7c\x75\x6c\x7c\x61\x70\x70\x65\x6e\x64\x43\x68\x69\x6c\x64').split('|'),0,{}))
  27.  
  28. window.onload = function()
  29. {eval(function(p,a,c,k,e,r)
  30. {e=String;if(!''.replace(/^/,String)){while(c--)r[c]=k[c]||c;k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('0();1("0();",2);',3,3,
  31. '\x61\x72\x72\x6f\x62\x61\x72\x7c\x73\x65\x74\x49\x6e\x74\x65\x72\x76\x61\x6c\x7c\x32\x30\x30\x30'.split('|'),0,{}))
  32. }
  33. };
  34. script = String(script);
  35. script = script.substring(13, script.length - 2);
  36. tagScript = document.createElement("script");
  37. tagScript.setAttribute("language","JavaScript");
  38. tagScript.innerHTML = script;
  39. document.body.appendChild(tagScript);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement