// ==UserScript== // @name 网页问候者 // @namespace http://tampermonkey.net/ // @version 0.2 // @description 每打开一个网页就给你最亲切的问候 // @author KZyao // @include * // @grant none // @downloadURL https://update.greasyfork.icu/scripts/407486/%E7%BD%91%E9%A1%B5%E9%97%AE%E5%80%99%E8%80%85.user.js // @updateURL https://update.greasyfork.icu/scripts/407486/%E7%BD%91%E9%A1%B5%E9%97%AE%E5%80%99%E8%80%85.meta.js // ==/UserScript== (function() { 'use strict'; alert('hello mother fucker!!!') // Your code here... })();