Clean

Clean Pro From lZiMUl

目前为 2021-11-23 提交的版本。查看 最新版本

// ==UserScript==
// @name Clean
// @description Clean Pro From lZiMUl
// @author lZiMUl
// @version 1.0.4
// @license MIT
// @include *baidu.com*
// @namespace https://greasyfork.org/users/843195
// ==/UserScript==

(function () {
    'use strict';
    alert('yep');
    widows.addEventListener('load', function () {
        document.body.write('done');
    })
} ());