Adding code to stop screenshots?
-
Just incase anybody requires this in future, on windows I was able to darken the screen if 'printscreen' pressed just by adding some custom JS
document.addEventListener to detect the printscreen key up event codes.
It doesnt stop mobile screenshot, and guess it wont work on Mac either, but its some hinderance to screen copying on Windows at least -
@eeeee Pepole can take a screenshot in a built-in way in Windows even without the printscreen button, for example using the Snipping Tool
https://support.microsoft.com/en-us/windows/use-snipping-tool-to-capture-screenshots-00246869-1843-655f-f220-97299b865f6bUse Snipping Tool to capture screenshots - Microsoft SupportYour Privacy Choices Opt-Out Icon
Learn how to use Snipping Tool to capture a screenshot, or snip, of any object on your screen, and then annotate, save, or share the image.
(support.microsoft.com)