哒哒伽的测试脚本

哒哒伽的第一个测试脚本!

// ==UserScript==
// @name         哒哒伽的测试脚本
// @namespace    none
// @version      0.1.0
// @description  哒哒伽的第一个测试脚本!
// @author       哒哒伽
// @include      *://*/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    alert("hello world!\n");
})();