hello World

这是我第一个测试脚本

As of 25. 05. 2018. See the latest version.

// ==UserScript==
// @name             hello World 
// @description      这是我第一个测试脚本
// @version          0.01
// @namespace        JackJing
// ==/UserScript==
(function() {
    'use strict';
   alert('hello world');
    // Your code here...
})();
长期地址
遇到问题?请前往 GitHub 提 Issues。