返回首頁 

知乎免登陆

try to take over the world!


Install this script?
// ==UserScript==// @name         知乎免登陆// @version      2.0// @match        *://*.zhihu.com/*// @grant        unsafeWindow// @run-at       document-start// @namespace    http://tampermonkey.net/// @description  try to take over the world!// ==/UserScript==unsafeWindow.webpackChunkheifetz = new Proxy([], {set(target, prop, value, receiver) {try {if ([3433, 581].includes(value[0][0])) {return false}} catch { }return Reflect.set(target, prop, value, receiver)}})