关闭 LeetCode 地区切换 Banner

用来关闭烦人的 LeetCode 地区切换 Banner

目前为 2020-05-08 提交的版本。查看 最新版本

// ==UserScript==
// @name         关闭 LeetCode 地区切换 Banner
// @namespace    https://github.com/Blacktea0
// @version      0.1
// @description  用来关闭烦人的 LeetCode 地区切换 Banner
// @author       Blacktea0
// @match        http*://leetcode.com/*
// @grant        none
// @license      MIT
// ==/UserScript==


(function() {
    'use strict';
    localStorage.setItem('region_switcher_last_close_ts', '2000000000000');
})();

QingJ © 2025

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