Block right click in website by JavaScript
Simply do that script on your website & see the magic ๐
window.oncontextmenu = function () {
return false;
}
Simply do that script on your website & see the magic ๐
window.oncontextmenu = function () {
return false;
}