8 ms·
What is up with this site that disables selecting text and the right click menu?
by jwcacces 7y ago
What is up with this site that disables selecting text and the right click menu?
- jolmg 7y agoF12 > Console, then run: document.onmousedown = null document.body.onselectstart = null document.ondragstart = null document.onselectstart = null document.oncontextmenu = null