Testing
// ==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';
})();