Ban Zhihu

Stop Wasting Time On Zhihu.com!

目前為 2018-12-14 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Ban Zhihu
// @name:zh-CN   禁用知乎
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  Stop Wasting Time On Zhihu.com!
// @description:zh-cn 访问知乎时自动跳回之前页面
// @author       You
// @match        https://*.zhihu.com/
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    window.history.back(-1)
    // Your code here...
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址