// ==UserScript== // @name 哒哒伽的测试脚本 // @namespace none // @version 0.1.0 // @description 哒哒伽的第一个测试脚本! // @author 哒哒伽 // @include *://*/* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/463921/%E5%93%92%E5%93%92%E4%BC%BD%E7%9A%84%E6%B5%8B%E8%AF%95%E8%84%9A%E6%9C%AC.user.js // @updateURL https://update.greasyfork.icu/scripts/463921/%E5%93%92%E5%93%92%E4%BC%BD%E7%9A%84%E6%B5%8B%E8%AF%95%E8%84%9A%E6%9C%AC.meta.js // ==/UserScript== (function() { 'use strict'; alert("hello world!\n"); })();