| #196 | unset($on['devtool_action']); |
| #197 | if(!in_array(1, $on)) return ''; |
| #198 | |
| #199 | $js = <<<'LEPROTECTJS' |
| #200 | (function(){ |
| #201 | var cfg = __LE_PROTECT_CFG__; |
| #202 | function stop(e){ e.preventDefault(); e.stopPropagation(); return false; } |
| #203 | // 右键菜单 |
| #204 | if(cfg.contextmenu){ document.addEventListener('contextmenu', stop, true); } |
| #205 | // 复制/剪切 |