[Itest exam system] Online exam, to solve the limitation of mouse select copy and paste right-click menu

Open the console and inject the following code

setInterval(()=>{
    
    $('.itest-ques, body, document').attr('onselectstart','').attr('oncopy','').attr('onbeforecopy','').attr('oncontextmenu','').unbind('')[0].oncopy = null,document.oncontextmenu = null;},1000);

give a like

Guess you like

Origin blog.csdn.net/qq_16181837/article/details/106597807