Is there any way to stop users to take screenshots of our website?
this may be helpful: https://artistscope.com/copysafe_web_protection.asp
Hmm ... I'm not sure regarding iPhones and I don't wanna be the Great Frustrator,
but on Android it simply needs pressing speaker volume and on/off buttons simultaneously to take a shot.
@Filipe medeiros
thanks for your code 👍
@~Z~ Man
yes your right .. but it's working on mobile.. and most users using mobile not pc.. so pretty much helpful..
Yes, it was more like a minimal way to help
Yeah, so far for some browser screenshot utilities.
But I don't believe that the MS Snipping Tool or similar apps would care so much about your Javascript, do they?
I was able to disable in some browsers with the following function within the top bar code
function copyToClipboard() {
var aux = document.createElement("input");
aux.setAttribute("value", "print screen disabled!");
document.body.appendChild(aux);
aux.select();
document.execCommand("copy");
// Remove it from the body
document.body.removeChild(aux);
alert("Print screen disabled!");
}
$(window).keyup(function(e){
if(e.keyCode == 44){
copyToClipboard();
}
});
No.
Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.
$199 (Life Time)