xiaotest1

try to take over the world!

// ==UserScript==
// @name         xiaotest1
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       wei2000
// @include      *
// @grant        unsafeWindow
// ==/UserScript==
(function(  ) {
    alert('hello word');
})();