// ==UserScript== // @name 美团|饿了么外卖红包每日领 // @namespace http://tampermonkey.net/ // @version 0.1.1 // @description try to take over the world! // @author You // @match http://*/* // @match https://*/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... var bo=document.getElementsByTagName("body"); var di=document.createElement("div"); di.innerHTML="
微信扫码领取
天天免费领
关闭
"; document.body.appendChild(di); })();