Skip to content

Instantly share code, notes, and snippets.

@deng-yc
Last active June 10, 2019 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deng-yc/17c1da85ecc1addb1f2b6c39ce3eb850 to your computer and use it in GitHub Desktop.
Save deng-yc/17c1da85ecc1addb1f2b6c39ce3eb850 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name hehe谷歌分析插件
// @namespace https://www.myhehe.com/
// @version 0.1
// @description hehe google分析插件
// @author Hehe
// @match *://analytics.google.com/analytics/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var script=document.createElement("script");
script.src ="https://www.myhehe.com/tampermonkey/ga.js";
document.head.appendChild(script);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment