🔥🔥🔥文本选中复制🔥🔥🔥

解除网站不允许复制的限制,文本选中后点击复制按钮即可复制,主要用于 百度文库 道客巴巴 腾讯文档 豆丁网 无忧考网 学习啦 蓬勃范文 思否社区 力扣 知乎 语雀 等

  1. // ==UserScript==
  2. // @name 🔥🔥🔥文本选中复制🔥🔥🔥
  3. // @description 解除网站不允许复制的限制,文本选中后点击复制按钮即可复制,主要用于 百度文库 道客巴巴 腾讯文档 豆丁网 无忧考网 学习啦 蓬勃范文 思否社区 力扣 知乎 语雀 等
  4. // @namespace https://github.com/WindrunnerMax/TKScript
  5. // @version 6.2.9
  6. // @author Czy
  7. // @match *://wenku.baidu.com/view/*
  8. // @match *://wenku.baidu.com/share/*
  9. // @match *://wenku.baidu.com/link*
  10. // @match *://wenku.baidu.com/aggs/*
  11. // @match *://wenku.baidu.com/ndPureView/*
  12. // @match *://www.51test.net/show/*
  13. // @match *://www.xuexi.la/*
  14. // @match *://www.xuexila.com/*
  15. // @match *://www.cspengbo.com/*
  16. // @match *://*.doc88.com/*
  17. // @match *://segmentfault.com/*
  18. // @match *://wk.baidu.com/view/*
  19. // @match *://leetcode-cn.com/problems/*
  20. // @match *://leetcode.cn/problems/*
  21. // @match *://*.zhihu.com/*
  22. // @match *://z.30edu.com.cn/*
  23. // @match *://docs.qq.com/doc/*
  24. // @match *://docs.qq.com/sheet/*
  25. // @match *://docs.qq.com/slide/*
  26. // @match *://boke112.com/post/*
  27. // @match *://*.yuque.com/*
  28. // @match *://www.commandlinux.com/*
  29. // @match *://*.diyifanwen.com/*
  30. // @match *://*.mbalib.com/*
  31. // @match *://*.cnitpm.com/*
  32. // @match *://bbs.mihoyo.com/ys/*
  33. // @match *://*.ruiwen.com/*
  34. // @match *://www.uemeds.cn/*
  35. // @match *://www.oh100.com/*
  36. // @match *://www.aiyuke.com/news/*
  37. // @match *://www.fwsir.com/*
  38. // @match *://www.wenxm.cn/*
  39. // @match *://www.unjs.com/*
  40. // @match *://www.ahsrst.cn/*
  41. // @match *://*.yjbys.com/*
  42. // @match *://*.qidian.com/*
  43. // @match *://*.zongheng.com/*
  44. // @match *://*.17k.com/*
  45. // @match *://*.ciweimao.com/*
  46. // @match *://book.qq.com/*
  47. // @match *://*.360doc.com/content/*
  48. // @match *://*.850500.com/news/*
  49. // @match *://utaten.com/lyric/*
  50. // @match *://*.jianbiaoku.com/*
  51. // @match *://*.kt250.com/*
  52. // @match *://www.kejudati.com/*
  53. // @match *://*.xiaohongshu.com/discovery/*
  54. // @match *://*.baibeike.com/*
  55. // @match *://*.blog.csdn.net/*
  56. // @match *://*.bilibili.com/read/*
  57. // @match *://*.cnki.net/KXReader/*
  58. // @match *://*.cnrencai.com/*
  59. // @match *://*.kodiplayer.cn/*
  60. // @match *://tongxiehui.net/*
  61. // @match *://*.jianshu.com/p/*
  62. // @match *://*.linovelib.com/novel/*
  63. // @match *://*.wjx.cn/*
  64. // @match *://*.wjx.top/*
  65. // @match *://*.chazidian.com/*
  66. // @match *://*.juejin.cn/post/*
  67. // @match *://*.zgbk.com/ecph/*
  68. // @match *://*.wenmi.com/article/*
  69. // @match *://yuedu.baidu.com/*
  70. // @match *://www.inrrp.com.cn/*
  71. // @match *://fanyi.baidu.com/mtpe/*
  72. // @match *://www.shubaoc.com/*
  73. // @match *://blog.51cto.com/*
  74. // @match *://www.ximalaya.com/*
  75. // @match *://*.tianqi.com/*
  76. // @match *://*.xiexiebang.com/*
  77. // @match *://*.docin.com/*
  78. // @match *://*.ddwk8.cn/*
  79. // @match *://*.php.cn/*
  80. // @match *://cooco.net.cn/*
  81. // @match *://fanqienovel.com/*
  82. // @match *://*.mobiletrain.org/*
  83. // @match *://*.examcoo.com/*
  84. // @match *://*.rrdynb.com/*
  85. // @match *://*.fuwu7.com/*
  86. // @match *://*.xiangqiqipu.com/*
  87. // @match *://note.youdao.com/*
  88. // @match *://*.163.com/*
  89. // @match *://*.aipiaxi.com/*
  90. // @match *://wenku.csdn.net/*
  91. // @match *://www.kdocs.cn/*
  92. // @match *://www.xiaoyuzhoufm.com/*
  93. // @match *://*.mcmod.cn/*
  94. // @match *://*.zsxq.com/
  95. // @match *://*.volcengine.com/*
  96. // @match *://*.lyrical-nonsense.com/*
  97. // @match *://*.xueqiu.com/*
  98. // @match *://*.php.cn/*
  99. // @match *://*.51cto.com/*
  100. // @match *://*.educoder.net/*
  101. // @supportURL https://github.com/WindrunnerMax/TKScript/issues
  102. // @license GPL License
  103. // @run-at document-start
  104. // @connect res3.doc88.com
  105. // @grant unsafeWindow
  106. // @grant GM_xmlhttpRequest
  107. // ==/UserScript==
  108. (function () {
  109. 'use strict';
  110.  
  111. var css_248z$1 = ".__copy-button{align-items:center;background:#4c98f7;border-radius:3px;color:#fff;cursor:pointer;display:flex;font-size:13px;height:30px;justify-content:center;opacity:0;position:absolute;transition:opacity .3s;width:60px;z-index:-1000}";
  112.  
  113. var css_248z = "#select-tooltip,#sfModal,div[id^=reader-helper]{display:none!important}.modal-open{overflow:auto!important}._sf_adjust_body{padding-right:0!important}";
  114.  
  115. const DOM_STAGE = {
  116. START: "document-start",
  117. END: "document-end"
  118. };
  119. const DOM_READY = "DOMContentLoaded";
  120. const PAGE_LOADED = "load";
  121. const MOUSE_UP = "mouseup";
  122. const MOUSE_DOWN = "mousedown";
  123. const MOUSE_MOVE = "mousemove";
  124. const COPY = "copy";
  125. const SELECT_START = "selectstart";
  126. const CONTEXT_MENU = "contextmenu";
  127. const KEY_DOWN = "keydown";
  128.  
  129. const opt = Object.prototype.toString;
  130. function isString(value) {
  131. return opt.call(value) === "[object String]";
  132. }
  133.  
  134. const dom = {
  135. query: function(selector) {
  136. return document.querySelector(selector);
  137. },
  138. attr: function(selector, attr, value) {
  139. const dom2 = document.querySelector(selector);
  140. dom2 && dom2.setAttribute(attr, value);
  141. },
  142. append: function(selector, content) {
  143. const container = document.createElement("div");
  144. if (isString(content)) {
  145. container.innerHTML = content;
  146. } else {
  147. container.appendChild(content);
  148. }
  149. const targetDOM = document.querySelector(selector);
  150. targetDOM && targetDOM.append(container);
  151. return container;
  152. },
  153. remove: function(selector) {
  154. const targetDOM = document.querySelector(selector);
  155. targetDOM && targetDOM.remove();
  156. }
  157. };
  158.  
  159. const initBaseEvent = (websiteConfig) => {
  160. window.addEventListener(DOM_READY, () => {
  161. if (websiteConfig.initCopyEvent) {
  162. document.oncopy = (e) => e.stopPropagation();
  163. document.body.oncopy = (e) => e.stopPropagation();
  164. document.addEventListener(COPY, (e) => e.stopPropagation());
  165. document.body.addEventListener(COPY, (e) => e.stopPropagation());
  166. }
  167. });
  168. };
  169. const initBaseStyle = () => {
  170. window.addEventListener(DOM_READY, () => {
  171. dom.append("head", `<style>${css_248z$1}</style>`);
  172. dom.append("head", `<style>${css_248z}</style>`);
  173. });
  174. };
  175.  
  176. /*!
  177. * 外部引用 static.doc88.com 声明
  178. * 此部分是在处理 doc88.com 才会加载的资源文件,此资源文件由该网站加载时提供
  179. */
  180. let path = "";
  181. const website$u = {
  182. regexp: /.*doc88\.com\/.+/,
  183. init: () => {
  184. dom.append(
  185. "body",
  186. `<style id="copy-element-hide">#left-menu{display: none !important;}</style>`
  187. );
  188. GM_xmlhttpRequest({
  189. method: "GET",
  190. url: "https://res3.doc88.com/resources/js/modules/main-v2.min.js?v=3.55",
  191. onload: function(response) {
  192. const result = /\("#cp_textarea"\).val\(([\S]*?)\);/.exec(response.responseText);
  193. if (result)
  194. path = result[1];
  195. }
  196. });
  197. window.addEventListener("load", () => {
  198. const cpFn = unsafeWindow.copyText.toString();
  199. const fnResult = /<textarea[\s\S]*?>'\+([\S]*?)\+"<\/textarea>/.exec(cpFn);
  200. if (fnResult)
  201. path = fnResult[1];
  202. });
  203. },
  204. getSelectedText: () => {
  205. let select = unsafeWindow;
  206. path.split(".").forEach((v) => {
  207. select = select[v];
  208. });
  209. if (!select) {
  210. unsafeWindow.Config.vip = 1;
  211. unsafeWindow.Config.logined = 1;
  212. dom.remove("#copy-element-hide");
  213. }
  214. return select;
  215. }
  216. };
  217.  
  218. const website$t = {
  219. regexp: /.*segmentfault\.com\/.+/,
  220. init: function() {
  221. const body = dom.query("body");
  222. if (body) {
  223. body.classList.add("_sf_adjust_body");
  224. body.onclick = () => {
  225. body.style.paddingRight = "0";
  226. };
  227. }
  228. }
  229. };
  230.  
  231. const TEXT_PLAIN = "text/plain";
  232. const TEXT_HTML = "text/html";
  233. const execCopyCommand = (data) => {
  234. const textarea = document.createElement("textarea");
  235. const handler = (event) => {
  236. event.preventDefault();
  237. event.stopImmediatePropagation();
  238. for (const [key, value] of Object.entries(data)) {
  239. event.clipboardData && event.clipboardData.setData(key, value);
  240. }
  241. };
  242. textarea.addEventListener(COPY, handler, true);
  243. textarea.style.position = "fixed";
  244. textarea.style.left = "-999999999px";
  245. textarea.style.top = "-999999999px";
  246. textarea.value = data[TEXT_PLAIN] || " ";
  247. document.body.appendChild(textarea);
  248. textarea.select();
  249. document.execCommand("copy");
  250. textarea.removeEventListener(COPY, handler);
  251. document.body.removeChild(textarea);
  252. };
  253. const isEmptyContent = (data) => {
  254. if (!data)
  255. return true;
  256. return isString(data) ? !data : !data[TEXT_PLAIN];
  257. };
  258. const copy = (data) => {
  259. const params = isString(data) ? { [TEXT_PLAIN]: data } : data;
  260. const plainText = params[TEXT_PLAIN];
  261. if (!plainText)
  262. return false;
  263. if (navigator.clipboard && window.ClipboardItem) {
  264. const dataItems = {};
  265. for (const [key, value] of Object.entries(params)) {
  266. const blob = new Blob([value], { type: key });
  267. dataItems[key] = blob;
  268. }
  269. navigator.clipboard.write([new ClipboardItem(dataItems)]).catch(() => {
  270. execCopyCommand(params);
  271. });
  272. } else {
  273. execCopyCommand(params);
  274. }
  275. return true;
  276. };
  277.  
  278. class Instance {
  279. constructor() {
  280. this.id = "__copy";
  281. this.className = "__copy-button";
  282. this.isReadyToHidden = false;
  283. this.dom = null;
  284. this.enable = () => {
  285. const dom = this.getInstance();
  286. dom.style.display = "flex";
  287. };
  288. this.disable = () => {
  289. const dom = this.getInstance();
  290. dom.style.display = "none";
  291. };
  292. this.destroy = () => {
  293. const el = this.getInstance();
  294. el.remove();
  295. this.dom = null;
  296. };
  297. this.init = (name) => {
  298. const container = document.createElement("div");
  299. container.id = this.id;
  300. container.className = this.className;
  301. container.innerText = name || "复制";
  302. container.addEventListener("mouseup", (e) => e.stopPropagation(), true);
  303. container.addEventListener("mousedown", (e) => e.stopPropagation(), true);
  304. this.dom = container;
  305. document.body.appendChild(this.dom);
  306. };
  307. this.getInstance = () => {
  308. if (this.dom === null) {
  309. this.init();
  310. }
  311. return this.dom;
  312. };
  313. this.show = (event) => {
  314. if (this.isReadyToHidden)
  315. return void 0;
  316. const dom = this.getInstance();
  317. dom.style.left = `${event.pageX + 30}px`;
  318. dom.style.top = `${event.pageY}px`;
  319. dom.style.opacity = "1";
  320. dom.style.zIndex = "1000";
  321. };
  322. this.hide = (keep = 350) => {
  323. const dom = this.getInstance();
  324. dom.style.opacity = "0";
  325. if (keep) {
  326. this.isReadyToHidden = true;
  327. setTimeout(() => {
  328. dom.style.zIndex = "-10000";
  329. this.isReadyToHidden = false;
  330. }, keep);
  331. }
  332. };
  333. this.onCopy = (content, event) => {
  334. const dom = this.getInstance();
  335. this.show(event);
  336. dom.onclick = () => {
  337. copy(content);
  338. this.hide();
  339. };
  340. };
  341. }
  342. }
  343. const instance = new Instance();
  344.  
  345. const stopNativePropagation = (event2) => {
  346. event2.stopPropagation();
  347. };
  348. const event = {
  349. hideButton: () => {
  350. instance.disable();
  351. },
  352. showButton: () => {
  353. instance.enable();
  354. },
  355. removeAttributes: (selector, attr = []) => {
  356. const dom = isString(selector) ? document.querySelector(selector) : selector;
  357. dom && attr.forEach((item) => dom.removeAttribute(item));
  358. },
  359. enableUserSelectByCSS: () => {
  360. const css = "*{user-select: auto !important;-webkit-user-select: auto !important;}";
  361. const style = document.createElement("style");
  362. style.innerText = css;
  363. const head = document.getElementsByTagName("head")[0];
  364. if (head) {
  365. head.appendChild(style);
  366. } else {
  367. window.addEventListener(
  368. PAGE_LOADED,
  369. () => document.getElementsByTagName("head")[0].appendChild(style)
  370. );
  371. }
  372. },
  373. enableOnSelectStart: (selector) => {
  374. const dom = document.querySelector(selector);
  375. dom && dom.addEventListener(SELECT_START, stopNativePropagation);
  376. },
  377. enableOnContextMenu: (selector) => {
  378. const dom = document.querySelector(selector);
  379. dom && dom.addEventListener(CONTEXT_MENU, stopNativePropagation);
  380. },
  381. enableOnCopy: (selector) => {
  382. const dom = document.querySelector(selector);
  383. dom && dom.addEventListener(COPY, stopNativePropagation);
  384. },
  385. enableOnKeyDown: (selector) => {
  386. const dom = document.querySelector(selector);
  387. dom && dom.addEventListener(KEY_DOWN, (e) => {
  388. if (e.key === "c" && e.ctrlKey)
  389. return e.stopPropagation();
  390. });
  391. },
  392. enableOnSelectStartByCapture: () => {
  393. window.addEventListener(SELECT_START, stopNativePropagation, true);
  394. document.addEventListener(SELECT_START, stopNativePropagation, true);
  395. },
  396. enableOnContextMenuByCapture: () => {
  397. window.addEventListener(CONTEXT_MENU, stopNativePropagation, true);
  398. document.addEventListener(CONTEXT_MENU, stopNativePropagation, true);
  399. },
  400. enableOnCopyByCapture: () => {
  401. window.addEventListener(COPY, stopNativePropagation, true);
  402. document.addEventListener(COPY, stopNativePropagation, true);
  403. },
  404. enableOnKeyDownByCapture: () => {
  405. document.addEventListener(
  406. KEY_DOWN,
  407. (e) => e.ctrlKey && e.key.toLocaleUpperCase() === "C" && e.stopPropagation(),
  408. true
  409. );
  410. }
  411. };
  412.  
  413. const website$s = {
  414. regexp: /.*wk\.baidu\.com\/view\/.+/,
  415. init: function() {
  416. event.hideButton();
  417. event.enableOnSelectStartByCapture();
  418. window.onload = () => {
  419. dom.attr(".sf-edu-wenku-vw-container", "style", "");
  420. };
  421. }
  422. };
  423.  
  424. const website$r = {
  425. regexp: /.*zhihu\.com\/.*/,
  426. init: function() {
  427. event.hideButton();
  428. event.enableUserSelectByCSS();
  429. event.enableOnCopyByCapture();
  430. if (location.hostname === "zhuanlan.zhihu.com") {
  431. const removeFocalPointModal = (mutationsList) => {
  432. for (const mutation of mutationsList) {
  433. const addedNodes = mutation.addedNodes;
  434. for (let i = 0; i < addedNodes.length; i++) {
  435. const target = addedNodes[i];
  436. if (target.nodeType != 1)
  437. return void 0;
  438. if (target instanceof HTMLDivElement && target.querySelector("[data-focus-scope-start]")) {
  439. const element = target.querySelector("[data-focus-scope-start]");
  440. element && element.parentElement && element.parentElement.textContent && element.parentElement.textContent.indexOf("立即登录(不可用)/注册(不可用)") > -1 && element.parentElement.parentElement && element.parentElement.parentElement.removeChild(element.parentElement);
  441. }
  442. }
  443. }
  444. };
  445. const observer = new MutationObserver(removeFocalPointModal);
  446. observer.observe(document, { childList: true, subtree: true });
  447. }
  448. }
  449. };
  450.  
  451. const website$q = {
  452. regexp: /.*30edu\.com\.cn\/.+/,
  453. init: function() {
  454. window.onload = () => {
  455. var _a;
  456. const iframes = document.getElementsByTagName("iframe");
  457. if (iframes.length === 2) {
  458. const body = (_a = iframes[1].contentWindow) == null ? void 0 : _a.document.querySelector("body");
  459. body && event.removeAttributes(body, ["oncopy", "oncontextmenu", "onselectstart"]);
  460. }
  461. };
  462. }
  463. };
  464.  
  465. const website$p = {
  466. regexp: /.*docs\.qq\.com\/(doc)|(sheet)\/.+/,
  467. config: {
  468. initCopyEvent: false,
  469. captureInstance: true,
  470. delay: 100
  471. },
  472. init: function() {
  473. window.onload = () => {
  474. instance.disable();
  475. };
  476. },
  477. getSelectedText: function() {
  478. var _a;
  479. if (unsafeWindow.pad && unsafeWindow.pad.editor && !unsafeWindow.pad.editor.isCopyable()) {
  480. instance.enable();
  481. const editor = unsafeWindow.pad.editor;
  482. if (editor.getCopyContent) {
  483. const content = editor.getCopyContent() || {};
  484. const plainText = content.plain || "";
  485. const htmlText = content.html || "";
  486. return {
  487. [TEXT_PLAIN]: plainText,
  488. [TEXT_HTML]: htmlText
  489. };
  490. } else {
  491. editor._docEnv.copyable = true;
  492. editor.clipboardManager.copy();
  493. const plainText = editor.clipboardManager.customClipboard.plain || "";
  494. const htmlText = editor.clipboardManager.customClipboard.html || "";
  495. editor._docEnv.copyable = false;
  496. return {
  497. [TEXT_PLAIN]: plainText,
  498. [TEXT_HTML]: htmlText
  499. };
  500. }
  501. }
  502. if (unsafeWindow.SpreadsheetApp && unsafeWindow.SpreadsheetApp.permissions && unsafeWindow.SpreadsheetApp.permissions.sheetStatus && unsafeWindow.SpreadsheetApp.permissions.sheetStatus.canCopy === false && unsafeWindow.SpreadsheetApp.permissions.sheetStatus.canEdit && unsafeWindow.SpreadsheetApp.permissions.sheetStatus.canEdit() === false) {
  503. instance.enable();
  504. const SpreadsheetApp = unsafeWindow.SpreadsheetApp;
  505. const [selection] = SpreadsheetApp.view.getSelectionRanges();
  506. if (selection) {
  507. const text = [];
  508. const { startColIndex, startRowIndex, endColIndex, endRowIndex } = selection;
  509. for (let i = startRowIndex; i <= endRowIndex; i++) {
  510. for (let k = startColIndex; k <= endColIndex; k++) {
  511. const cell = SpreadsheetApp.workbook.activeSheet.getCellDataAtPosition(i, k);
  512. if (!cell)
  513. continue;
  514. text.push(" ", ((_a = cell.formattedValue) == null ? void 0 : _a.value) || cell.value || "");
  515. }
  516. i !== endRowIndex && text.push("\n");
  517. }
  518. const str = text.join("");
  519. return /^\s*$/.test(str) ? "" : str;
  520. }
  521. }
  522. return "";
  523. }
  524. };
  525.  
  526. const website$o = {
  527. regexp: /.*docs\.qq\.com\/slide\/.+/,
  528. config: {
  529. initCopyEvent: false,
  530. captureInstance: true,
  531. runAt: "document-start"
  532. },
  533. init: function() {
  534. let webpackJsonp = unsafeWindow.webpackJsonp;
  535. Object.defineProperty(unsafeWindow, "webpackJsonp", {
  536. get() {
  537. return webpackJsonp;
  538. },
  539. set(newValue) {
  540. if (newValue.push.__HOOKED__) {
  541. return;
  542. }
  543. webpackJsonp = newValue;
  544. const originPush = webpackJsonp.push;
  545. function push(...args) {
  546. const [, mods] = args[0];
  547. for (const [key, fn] of Object.entries(mods)) {
  548. const stringifyFn = String(fn);
  549. if (/this\.shouldResponseCopy\(/.test(stringifyFn)) {
  550. const next = stringifyFn.replace(/this\.shouldResponseCopy\(/g, "(() => true)(");
  551. mods[key] = new Function(`return (${next})`)();
  552. }
  553. }
  554. return originPush.call(this, ...args);
  555. }
  556. push.__HOOKED__ = 1;
  557. webpackJsonp.push = push;
  558. }
  559. });
  560. window.onload = () => {
  561. instance.disable();
  562. };
  563. }
  564. };
  565.  
  566. const website$n = {
  567. regexp: new RegExp(".+://boke112.com/post/.+"),
  568. init: function() {
  569. event.enableOnCopyByCapture();
  570. const template = `
  571. <style>
  572. :not(input):not(textarea)::selection {
  573. background-color: #2440B3 !important;
  574. color: #fff !important;
  575. }
  576.  
  577. :not(input):not(textarea)::-moz-selection {
  578. background-color: #2440B3 !important;
  579. color: #fff !important;
  580. }
  581. </style>
  582. `;
  583. dom.append("head", template);
  584. }
  585. };
  586.  
  587. const website$m = {
  588. regexp: /diyifanwen/,
  589. init: function() {
  590. event.hideButton();
  591. event.enableOnCopyByCapture();
  592. event.enableOnKeyDownByCapture();
  593. }
  594. };
  595.  
  596. const website$l = {
  597. regexp: /mbalib/,
  598. init: function() {
  599. window.onload = () => {
  600. event.removeAttributes("fullScreenContainer", ["oncopy", "oncontextmenu", "onselectstart"]);
  601. };
  602. }
  603. };
  604.  
  605. const website$k = {
  606. regexp: /cnitpm/,
  607. init: function() {
  608. event.hideButton();
  609. window.onload = () => {
  610. event.removeAttributes("body", ["oncopy", "oncontextmenu", "onselectstart"]);
  611. };
  612. }
  613. };
  614.  
  615. const website$j = {
  616. regexp: new RegExp(".+bbs.mihoyo.com/.+"),
  617. init: function() {
  618. event.hideButton();
  619. event.enableOnCopyByCapture();
  620. event.enableOnSelectStartByCapture();
  621. event.enableUserSelectByCSS();
  622. }
  623. };
  624.  
  625. const website$i = {
  626. regexp: new RegExp(".+www.uemeds.cn/.+"),
  627. init: function() {
  628. event.hideButton();
  629. event.enableUserSelectByCSS();
  630. }
  631. };
  632.  
  633. const website$h = {
  634. regexp: new RegExp(".+aiyuke.com/news/.+"),
  635. init: function() {
  636. event.hideButton();
  637. event.enableUserSelectByCSS();
  638. }
  639. };
  640.  
  641. const website$g = {
  642. regexp: new RegExp("qidian"),
  643. init: function() {
  644. event.hideButton();
  645. event.enableUserSelectByCSS();
  646. event.enableOnCopy(".main-read-container");
  647. event.enableOnContextMenu(".main-read-container");
  648. }
  649. };
  650.  
  651. const website$f = {
  652. regexp: new RegExp("zongheng"),
  653. init: function() {
  654. event.removeAttributes(".reader_box", ["style", "unselectable", "onselectstart"]);
  655. event.removeAttributes(".reader_main", ["style", "unselectable", "onselectstart"]);
  656. event.hideButton();
  657. event.enableOnKeyDown("body");
  658. event.enableUserSelectByCSS();
  659. event.enableOnCopy(".content");
  660. event.enableOnContextMenu("body");
  661. event.enableOnSelectStart(".content");
  662. }
  663. };
  664.  
  665. const website$e = {
  666. regexp: new RegExp("17k"),
  667. init: () => {
  668. event.hideButton();
  669. event.enableOnCopy(".readAreaBox .p");
  670. }
  671. };
  672.  
  673. const website$d = {
  674. regexp: new RegExp("ciweimao"),
  675. init: function() {
  676. event.hideButton();
  677. event.enableUserSelectByCSS();
  678. event.enableOnCopy("#J_BookCnt");
  679. event.enableOnContextMenu("body");
  680. event.enableOnSelectStart("#J_BookCnt");
  681. }
  682. };
  683.  
  684. const website$c = {
  685. regexp: new RegExp("book\\.qq"),
  686. init: function() {
  687. event.hideButton();
  688. event.enableOnCopy("body");
  689. event.enableUserSelectByCSS();
  690. event.enableOnContextMenu("body");
  691. event.enableOnSelectStart("body");
  692. }
  693. };
  694.  
  695. const website$b = {
  696. regexp: new RegExp("utaten"),
  697. init: function() {
  698. event.hideButton();
  699. event.enableUserSelectByCSS();
  700. event.enableOnSelectStartByCapture();
  701. }
  702. };
  703.  
  704. let preSelectedText = "";
  705. let curSelectedText = "";
  706. const website$a = {
  707. config: {
  708. runAt: "document-start"
  709. },
  710. regexp: new RegExp("wenku.baidu.com/(view|link|aggs).*"),
  711. init: function() {
  712. dom.append("head", `<style>@media print { body{ display:block; } }</style>`);
  713. let canvasDataGroup = [];
  714. const originObject = {
  715. context2DPrototype: unsafeWindow.document.createElement("canvas").getContext("2d").__proto__
  716. };
  717. document.createElement = new Proxy(document.createElement, {
  718. apply: function(target, thisArg, argumentsList) {
  719. const element = Reflect.apply(target, thisArg, argumentsList);
  720. if (argumentsList[0] === "canvas") {
  721. const tmpData = {
  722. canvas: element,
  723. data: []
  724. };
  725. element.getContext("2d").fillText = function(...args) {
  726. tmpData.data.push(args);
  727. originObject.context2DPrototype.fillText.apply(this, args);
  728. };
  729. canvasDataGroup.push(tmpData);
  730. }
  731. return element;
  732. }
  733. });
  734. let pageData = {};
  735. Object.defineProperty(unsafeWindow, "pageData", {
  736. set: (v) => pageData = v,
  737. get: function() {
  738. if (!pageData.vipInfo)
  739. return pageData.vipInfo = {};
  740. pageData.vipInfo.global_svip_status = 1;
  741. pageData.vipInfo.global_vip_status = 1;
  742. pageData.vipInfo.isVip = 1;
  743. pageData.vipInfo.isWenkuVip = 1;
  744. return pageData;
  745. }
  746. });
  747. const templateCSS = [
  748. "<style id='copy-template-css'>",
  749. "body{overflow: hidden !important}",
  750. "#copy-template-html{position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center;z-index: 999999; background: rgba(0,0,0,0.5);}",
  751. "#copy-template-html > .template-container{height: 80%; width: 80%; background: #fff; }",
  752. ".template-container > .title-container{display: flex; align-items: center; justify-content: space-between;padding: 10px;border-bottom: 1px solid #eee;}",
  753. "#copy-template-text{height: 100%; width: 100%;position: relative; overflow: auto;background: #fff;}",
  754. "#copy-template-html #template-close{cursor: pointer;}",
  755. "</style>"
  756. ].join("");
  757. const render = () => {
  758. canvasDataGroup = canvasDataGroup.filter((item) => item.canvas.id);
  759. const templateText = canvasDataGroup.map((canvasData, index) => {
  760. const computedTop = index * Number(canvasData.canvas.clientHeight);
  761. const textItem = canvasData.data.map(
  762. (item) => `<div style="position: absolute; left: ${item[1]}px; top: ${item[2] + computedTop}px">${item[0]}</div>`
  763. );
  764. return textItem.join("");
  765. });
  766. const templateHTML = [
  767. "<div id='copy-template-html'>",
  768. "<div class='template-container'>",
  769. "<div class='title-container'>",
  770. "<div>请自行复制</div>",
  771. "<div id='template-close'>关闭</div>",
  772. "</div>",
  773. "<div id='copy-template-text'>",
  774. templateText.join(""),
  775. "</div>",
  776. "</div>",
  777. "</div>"
  778. ].join("");
  779. dom.append("body", templateHTML);
  780. dom.append("body", templateCSS);
  781. const closeButton = document.querySelector("#copy-template-html #template-close");
  782. const close = () => {
  783. dom.remove("#copy-template-html");
  784. dom.remove("#copy-template-css");
  785. closeButton && closeButton.removeEventListener("click", close);
  786. };
  787. closeButton && closeButton.addEventListener("click", close);
  788. };
  789. document.addEventListener("DOMContentLoaded", () => {
  790. dom.append(
  791. "head",
  792. `<style>#copy-btn-wk{padding: 10px; background: rgba(0,0,0,0.5);position: fixed; left:0; top: 40%;cursor: pointer;color: #fff; z-index: 99999;}</style>`
  793. );
  794. dom.append("body", "<div id='copy-btn-wk'>复制</div>");
  795. const btn = dom.query("#copy-btn-wk");
  796. btn && (btn.onclick = render);
  797. });
  798. },
  799. getSelectedText: () => {
  800. if (window.getSelection && (window.getSelection() || "").toString()) {
  801. return (window.getSelection() || "").toString();
  802. }
  803. try {
  804. const elements = unsafeWindow.document.querySelectorAll("#app > div");
  805. for (const item of elements) {
  806. const vue = item.__vue__;
  807. if (vue) {
  808. const text = vue.$store.getters["readerPlugin/selectedTextTrim"];
  809. text && (curSelectedText = text);
  810. break;
  811. }
  812. }
  813. } catch (error) {
  814. console.warn("GET TEXT FAIL", error);
  815. }
  816. if (!curSelectedText) {
  817. const result = /查看全部包含“([\s\S]*?)”的文档/.exec(document.body.innerHTML);
  818. result && result[1] && (curSelectedText = result[1]);
  819. }
  820. if (curSelectedText && preSelectedText !== curSelectedText) {
  821. preSelectedText = curSelectedText;
  822. return curSelectedText;
  823. }
  824. return "";
  825. }
  826. };
  827.  
  828. const website$9 = {
  829. regexp: new RegExp("xiaohongshu"),
  830. init: function() {
  831. event.hideButton();
  832. event.enableUserSelectByCSS();
  833. event.enableOnKeyDownByCapture();
  834. }
  835. };
  836.  
  837. const website$8 = {
  838. regexp: new RegExp("leetcode"),
  839. init: function() {
  840. event.hideButton();
  841. window.addEventListener(PAGE_LOADED, () => {
  842. event.enableOnCopy("#lc-home");
  843. event.enableOnCopy("[data-layout-path='/ts0/t1']");
  844. });
  845. }
  846. };
  847.  
  848. const website$7 = {
  849. regexp: /csdn/,
  850. init: function() {
  851. event.hideButton();
  852. event.enableOnCopyByCapture();
  853. event.enableUserSelectByCSS();
  854. }
  855. };
  856.  
  857. const website$6 = {
  858. regexp: new RegExp("bilibili"),
  859. init: function() {
  860. event.hideButton();
  861. event.enableOnCopyByCapture();
  862. }
  863. };
  864.  
  865. const website$5 = {
  866. regexp: new RegExp("cnki"),
  867. init: function() {
  868. event.hideButton();
  869. event.enableOnContextMenuByCapture();
  870. event.enableOnKeyDownByCapture();
  871. event.enableOnCopyByCapture();
  872. }
  873. };
  874.  
  875. const website$4 = {
  876. regexp: new RegExp("docin.com/.*"),
  877. config: {
  878. initCopyEvent: false,
  879. captureInstance: true,
  880. delay: 100
  881. },
  882. init: function() {
  883. window.addEventListener(PAGE_LOADED, () => {
  884. var _a;
  885. return (_a = dom.query("#j_select")) == null ? void 0 : _a.click();
  886. });
  887. dom.append("head", "<style>#reader-copy-el{display: none;}</style>");
  888. },
  889. getSelectedText: function() {
  890. if (unsafeWindow.docinReader && unsafeWindow.docinReader.st) {
  891. return unsafeWindow.docinReader.st;
  892. }
  893. return "";
  894. }
  895. };
  896.  
  897. const website$3 = {
  898. config: {
  899. initCopyEvent: false
  900. },
  901. regexp: /note\.youdao\.com\/newEditorV1\/bulb\.html.*/,
  902. init: function() {
  903. event.hideButton();
  904. if (window.parent && window.parent.location.href.indexOf("ynoteshare") > -1) {
  905. event.enableUserSelectByCSS();
  906. document.addEventListener(MOUSE_DOWN, stopNativePropagation, true);
  907. document.addEventListener(MOUSE_MOVE, stopNativePropagation, true);
  908. }
  909. }
  910. };
  911.  
  912. const website$2 = {
  913. regexp: new RegExp(
  914. [
  915. "commandlinux",
  916. "cnki",
  917. "ruiwen",
  918. "oh100",
  919. "fwsir",
  920. "wenxm",
  921. "unjs",
  922. "ahsrst",
  923. "yjbys",
  924. "360doc",
  925. "850500",
  926. "jianbiaoku",
  927. "kt250",
  928. "kejudati",
  929. "baibeike",
  930. "yuque",
  931. "cnrencai",
  932. "kodiplayer",
  933. "tongxiehui",
  934. "ndPureView",
  935. "jianshu",
  936. "linovelib",
  937. "chazidian",
  938. "juejin",
  939. "zgbk",
  940. "wenmi",
  941. "yuedu\\.baidu",
  942. "inrrp",
  943. "shubaoc",
  944. "51cto",
  945. "ximalaya",
  946. "xiexiebang",
  947. "ddwk8",
  948. "php\\.cn",
  949. "fanqienovel\\.com/reader",
  950. "cooco\\.net\\.cn",
  951. "mobiletrain",
  952. "xiangqiqipu",
  953. "m\\.163\\.com",
  954. "aipiaxi",
  955. "wenku\\.csdn\\.net",
  956. "xiaoyuzhoufm\\.com",
  957. "mcmod\\.cn",
  958. "zsxq\\.com",
  959. "volcengine\\.com",
  960. "lyrical-nonsense\\.com",
  961. "xueqiu\\.com",
  962. "php\\.cn",
  963. "51cto\\.com",
  964. "educoder\\.net"
  965. ].join("|")
  966. ),
  967. init: function() {
  968. event.hideButton();
  969. event.enableUserSelectByCSS();
  970. event.enableOnCopyByCapture();
  971. }
  972. };
  973.  
  974. const website$1 = {
  975. regexp: new RegExp(["wjx", "fanyi\\.baidu", "tianqi", "rrdynb", "fuwu7"].join("|")),
  976. init: function() {
  977. event.hideButton();
  978. event.enableUserSelectByCSS();
  979. event.enableOnCopyByCapture();
  980. event.enableOnKeyDownByCapture();
  981. event.enableOnSelectStartByCapture();
  982. event.enableOnContextMenuByCapture();
  983. }
  984. };
  985.  
  986. const website = {
  987. config: {
  988. runAt: DOM_STAGE.START
  989. },
  990. regexp: new RegExp(["examcoo"].join("|")),
  991. init: function() {
  992. event.hideButton();
  993. event.enableUserSelectByCSS();
  994. event.enableOnCopyByCapture();
  995. event.enableOnKeyDownByCapture();
  996. event.enableOnSelectStartByCapture();
  997. event.enableOnContextMenuByCapture();
  998. }
  999. };
  1000.  
  1001. const kdoc = {
  1002. config: {
  1003. runAt: DOM_STAGE.START
  1004. },
  1005. regexp: new RegExp("kdocs"),
  1006. init: function() {
  1007. const patch = () => {
  1008. unsafeWindow.APP && (unsafeWindow.APP.canCopy = () => true);
  1009. };
  1010. if (unsafeWindow.APP) {
  1011. patch();
  1012. } else {
  1013. let APP = void 0;
  1014. Object.defineProperty(unsafeWindow, "APP", {
  1015. configurable: false,
  1016. set: (value) => {
  1017. APP = value;
  1018. value && patch();
  1019. },
  1020. get: () => APP
  1021. });
  1022. }
  1023. }
  1024. };
  1025.  
  1026. const websites = [
  1027. website$t,
  1028. website$s,
  1029. website$r,
  1030. website$q,
  1031. website$o,
  1032. website$p,
  1033. website$n,
  1034. website$m,
  1035. website$l,
  1036. website$k,
  1037. website$j,
  1038. website$i,
  1039. website$h,
  1040. website$g,
  1041. website$f,
  1042. website$e,
  1043. website$d,
  1044. website$c,
  1045. website$b,
  1046. website$a,
  1047. website$9,
  1048. website$u,
  1049. website$8,
  1050. website$7,
  1051. website$6,
  1052. website$5,
  1053. website$4,
  1054. website$3,
  1055. kdoc,
  1056. website$2,
  1057. website$1,
  1058. website
  1059. ];
  1060.  
  1061. let siteGetSelectedText = null;
  1062. const initWebsite = () => {
  1063. let websiteConfig = {
  1064. initCopyEvent: true,
  1065. runAt: DOM_STAGE.END,
  1066. captureInstance: false,
  1067. delay: 0
  1068. };
  1069. const mather = (regex, website) => {
  1070. if (regex.test(window.location.href)) {
  1071. if (website.config) {
  1072. websiteConfig = Object.assign(websiteConfig, website.config);
  1073. }
  1074. if (websiteConfig.runAt === DOM_STAGE.END) {
  1075. window.addEventListener(DOM_READY, () => website.init());
  1076. } else {
  1077. website.init();
  1078. }
  1079. if (website.getSelectedText) {
  1080. siteGetSelectedText = website.getSelectedText;
  1081. }
  1082. return true;
  1083. }
  1084. return false;
  1085. };
  1086. websites.some((website) => mather(website.regexp, website));
  1087. return websiteConfig;
  1088. };
  1089. const getSelectedText = () => {
  1090. if (siteGetSelectedText)
  1091. return siteGetSelectedText();
  1092. if (window.getSelection)
  1093. return (window.getSelection() || "").toString();
  1094. if (document.getSelection)
  1095. return (document.getSelection() || "").toString();
  1096. if (document.selection)
  1097. return document.selection.createRange().text;
  1098. return "";
  1099. };
  1100.  
  1101. (function() {
  1102. const websiteConfig = initWebsite();
  1103. initBaseEvent(websiteConfig);
  1104. initBaseStyle();
  1105. window.addEventListener(
  1106. MOUSE_UP,
  1107. (e) => {
  1108. const handler = () => {
  1109. const content = getSelectedText();
  1110. if (isEmptyContent(content)) {
  1111. instance.hide();
  1112. return void 0;
  1113. }
  1114. instance.onCopy(content, e);
  1115. };
  1116. websiteConfig.delay ? setTimeout(handler, websiteConfig.delay) : handler();
  1117. },
  1118. websiteConfig.captureInstance
  1119. );
  1120. })();
  1121.  
  1122. }());

QingJ © 2025

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