disable-devtool
disable-devtool copied to clipboard
bypass with beforeunload
i know that disableDevtool punishes by redirecting to the previous page. I tried running this script via the url bar.
javascript:window.onbeforeunload=()=>{return true;};
then I can open devtools via the chrome menu.
please try punishing in other ways. thanks.
Thanks for your feedback, this problem does exist. Will try to solve it in the next version. @milio48
Can you give me an example of how to do this?