• It’s not properly working. you can use ctrl+shift+c and inspect is open.
    one more also you have to open a new tab of chrome and other browser and open inspect then after in search bar you run your website URL and see, there is open inspect tool also.

    • This topic was modified 3 years, 2 months ago by hirenshiyani.
Viewing 1 replies (of 1 total)
  • Thread Starter hirenshiyani

    (@hirenshiyani)

    one solution is

    if (event.keyCode === 123 ||
    						event.ctrlKey && event.shiftKey && event.keyCode === 73 || event.ctrlKey && event.shiftKey && event.keyCode === 67 ||
    						event.ctrlKey && event.shiftKey && event.keyCode === 75) {
    					if (show_msg !== '0') {show_toast('inspect_elem');}
    					return false;
    				}

    BUT the remaining one is pending.is open a new tab of chrome and other browser and open inspect then after in search bar you run your website URL and see, there is open inspect tool also.

Viewing 1 replies (of 1 total)
  • The topic ‘It’s not properly working’ is closed to new replies.