// ==UserScript== // @name 面试鸭浏览助手 // @namespace // @include *://www.mianshiya.com/bank/*/question/* // @match *://www.mianshiya.com/bank/*/question/* // @version 0.0.2 // @description 面试鸭浏览助手,功能包含:解除刷题页的禁止选择 // @author ymzhao // @namespace // @license MIT // @grant GM_addStyle // @downloadURL none // ==/UserScript== GM_addStyle(` body { user-select: initial !important; } .ant-pro-layout .ant-layout-header.ant-pro-layout-header {display:none} `);