Google Analytics has a welcome screen, this skips it - http://pushka.com/coding-donation
当前为
// ==UserScript== // @name zz Google Analytics - auto go to dashboard // @namespace english // @description Google Analytics has a welcome screen, this skips it - http://pushka.com/coding-donation // @include http*://*google.com/analytics/ // @version 1.22 // @run-at document-end // @license MIT // @grant GM_addStyle // ==/UserScript== // Main - redirect test window.location.href = "https://www.google.com/analytics/web/?hl=en";