analyse zhihu users
当前为
// ==UserScript==
// @name zhihu analysis
// @version 0.1
// @description analyse zhihu users
// @license MIT
// @author sxlgkxk
// @namespace https://github.com/sxlgkxk
// @include https://www.zhihu.com/people/*
// @run-at document-idle
// @icon https://github.githubassets.com/pinned-octocat.svg
// @supportURL https://github.com/sxlgkxk/browser_script/issues
// ==/UserScript==
(function() {
console.log("version2")
console.log("version2")
alert("v2")
})();