Test Alert

Test

目前为 2016-02-20 提交的版本。查看 最新版本

// ==UserScript==
// @name        Test Alert
// @namespace   testalert
// @description Test
// @include     *
// @version     1
// @grant       none
// ==/UserScript==

alert('If you can see this message, any scripts that are assigned to this site will work!');