Advertisement
Motoo

垃圾脚本解决 过期

Jun 10th, 2013
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. // ==UserScript==
  2. // @name test
  3. // @namespace test
  4. // @include http://172.16.0.13/*
  5. // @version 1
  6. // @run-at document-start
  7. // @grant none
  8. // ==/UserScript==
  9.  
  10. var s = document.createElement("script");
  11. s.textContent = "ActiveXObject = function(){}; obj_checkinstall={isInstall:function(){return '1'}}";
  12. document.documentElement.appendChild(s);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement