知乎免登陆

try to take over the world!

目前為 2024-02-02 提交的版本,檢視 最新版本

// ==UserScript==
// @name         知乎免登陆
// @version      1.8
// @match        *://*.zhihu.com/*
// @grant        unsafeWindow
// @namespace    http://tampermonkey.net/
// @description  try to take over the world!
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    unsafeWindow.webpackChunkheifetz = null
})();