NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Whatsapp插件 // @namespace http://tampermonkey.net/ // @version 0.1 // @description Awesome // @author Grey Yang // @match https://web.whatsapp.com/ // @grant none // @require http://code.jquery.com/jquery-latest.js // @license MIT // ==/UserScript== (function() { 'use strict'; })();