Greasy Fork is available in English.

禁止 Leetcode 跳转中文站

通过屏蔽英文版 leetcode 中文站相关的资源加载,从而禁止其自动跳转中文站点,并同时屏蔽中文站提示广告。


安装此脚本?
// ==UserScript==
// @name         禁止 Leetcode 跳转中文站
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  通过屏蔽英文版 leetcode 中文站相关的资源加载,从而禁止其自动跳转中文站点,并同时屏蔽中文站提示广告。
// @author       Tamce
// @match        https://leetcode.com/*
// @grant        none
// @webRequest [{"selector":"https://assets.leetcode-cn.com/*","action":"cancel"}]
// ==/UserScript==
(function() {
'use strict';
})();