"No right click" app:

We need a “No Right Click” App: for all pages. Sort it out! ; o P
Hugs n’ stuff. Mark.
https://weddingstars.top/ x

1 Like

Hi @Mark_Stapleton :wave:

Could you please describe your idea in more detail? What features should be added to this app and how should it work?

Hiya
You know when you want protect content, mainly images, if someone right clicks to download, it displays a no can do pop up instead. Copyright protection widget - Free & Works on Any Website

1 Like

Oh, I got your point!

This is a really cool idea and we’ll try to think it over in our future updates.

Many thanks for sharing your thoughts with us :heart:

1 Like

just add this code :

<script>
    // JavaScript code to disable right-clicking
    document.addEventListener('contextmenu', function (e) {
      e.preventDefault();
    });
  </script>
2 Likes

Wow, thanks a lot for sharing, @iSHUSHL! :fire:

And we’re very happy to have you join our community, hope to see you around! :slight_smile:

1 Like