Clean Pro From lZiMUl
目前為
// ==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');
})
} ());