面试鸭浏览助手

面试鸭浏览助手,功能包含:解除刷题页的禁止选择

目前为 2024-11-11 提交的版本。查看 最新版本

// ==UserScript==
// @name         面试鸭浏览助手
// @namespace
// @include      *://www.mianshiya.com/bank/*/question/*
// @match        *://www.mianshiya.com/bank/*/question/*
// @version      0.0.5
// @description  面试鸭浏览助手,功能包含:解除刷题页的禁止选择
// @author       ymzhao
// @namespace 
// @license      MIT
// @grant        GM_addStyle
// ==/UserScript==
GM_addStyle(`
    /* 解除刷题页的禁止选择 */
    body {
        user-select: initial !important;
    }
    /* 隐藏header */
    .ant-pro-layout .ant-layout-header.ant-pro-layout-header,
    /* 隐藏header广栏告 */
    body>.ant-float-btn-group+div:not(#basicLayout),
    /* 隐藏右侧边栏除目录外的所有内容 */
    .custom-affix .ant-affix>div>div:not(:first-child),
    /* 隐藏固定在右侧的按钮组 */
    :where(.css-m4timi).ant-float-btn-group-square-shadow
    {display:none}
`);

QingJ © 2025

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