法宣考试解除限制

解除法宣在线考试的复制拖放限制

  1. // ==UserScript==
  2. // @name 法宣考试解除限制
  3. // @namespace http://www.faxuanyun.com/
  4. // @version 0.1
  5. // @description 解除法宣在线考试的复制拖放限制
  6. // @author You
  7. // @match http://*.faxuanyun.com/*
  8. // @grant none
  9. // @license xianzhi0520
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. document.onselectstart = document.onbeforecopy = document.oncontextmenu = document.onmousedown = document.onkeydown = function(){return true;};void(document.body.onmouseup=''); void(document.body.onselectstart=''); void(document.body.onmouseup=''); void(document.body.oncopy='');
  15. console.log('解除限制 start')
  16. // Your code here...
  17. })();

QingJ © 2025

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