// ==UserScript== // @name 高考直通车限制解除 // @description 无需下载APP,直接查看试卷/答案 // @namespace https://greasyfork.org/users/197529 // @version 0.0.4 // @author kkocdko // @license Unlicense // @match *://app.gaokaozhitongche.com/newsexam/h/* // @inject-into content // @downloadURL none // ==/UserScript== "use strict"; const { addFloatButton } = { addFloatButton(text, onclick) /* 20220324-0950 */ { if (!document.addFloatButton) { const host = document.body.appendChild(document.createElement("div")); const root = host.attachShadow({ mode: "open" }); root.innerHTML = `