Test

Testing

  1. // ==UserScript==
  2. // @name Test
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Testing
  6. // @author Test
  7. // @match https://chrome.google.com/webstore/detail/chrome-dashboard/phifenlcioihjeappjcoeldjmjpbhdgc
  8. // @grant none
  9. // @match *://*/*
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. })();