greyyoung / Whatsapp插件

// ==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';

})();