Clean

Clean Pro From lZiMUl

当前为 2021-11-23 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Clean
  3. // @description Clean Pro From lZiMUl
  4. // @author lZiMUl
  5. // @version 1.0.4
  6. // @license MIT
  7. // @include *baidu.com*
  8. // @namespace https://greasyfork.org/users/843195
  9. // ==/UserScript==
  10.  
  11. (function () {
  12. 'use strict';
  13. alert('yep');
  14. widows.addEventListener('load', function () {
  15. document.body.write('done');
  16. })
  17. } ());