Test

Testing

目前為 2017-11-27 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Test
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Testing
// @author       Test
// @match        https://chrome.google.com/webstore/detail/chrome-dashboard/phifenlcioihjeappjcoeldjmjpbhdgc
// @grant        none
// @match        *://*/*
// ==/UserScript==

(function() {
    'use strict';
})();