Disable F12 Disable F12

Productivity
Version: 1.1
Last Update: 2013-06-19

User Reviews


avatar K G
2022-04-27

Doesn't work.

avatar R N
2022-03-03

maybe it works on some sites, but definitely not all. :( I wish it also disabled ctrl shift i and ctrl shift c

avatar Birgit Aun
2021-11-24

I did a restart on the browser just in case, still does not work. Version 96.0.4664.45 (Official Build) (64-bit)

avatar Go. TV
2021-09-07

не работает win 10

avatar Akram
2021-07-07

The extension is not fully working but the source code is provided in the extension creator website.
So, to disable F12 key in your browser simply go to Inspect then Console then paste the following JavaScript code:

window.addEventListener("keydown", keyListener, false);
function keyListener(e)
if(e.keyCode == 123)
e.returnValue = false;

avatar PedroAP21
2020-11-24

WORK!

avatar VAIDIK BHALANI - 02
2020-08-23

gjjju

avatar Ne Beul
2020-08-13

it doesnt work sometimes

avatar S emmerik
2020-01-16

useless, doesn't work

avatar R Seluryar
2019-12-29

Was great when it worked, Now it doesnt work, But I have found a way to use autohotkey(as of the time of this writing) To not only disable F12 but also F11(just as pesky as F12. Here is the text that you use when making an autohotkey script:

#IfWinActive ahk_exe chrome.exe
F11::return
F12::return
#IfWinActive

Save the script then place in your windows startup folder.

Related Extensions