扩大屏幕阅读范围-廖雪峰

删掉侧边栏

// ==UserScript==
// @name         扩大屏幕阅读范围-廖雪峰
// @version      0.1
// @description  删掉侧边栏
// @match        https://www.liaoxuefeng.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=liaoxuefeng.com
// @grant        none
// @namespace https://gf.qytechs.cn/users/237658
// ==/UserScript==

(function() {
    'use strict';
    document.getElementsByClassName('uk-flex-item-none x-sidebar-left')[0].remove();
})();

QingJ © 2025

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