• Hey Guest, don't forget to VOTE on each RFC topic. Your voting determine Chevereto development! No votes, no development.
  • Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Right click > Copyright notice

Clipperty

Chevereto Member
Hello, an suggestion, while disable the "right", why not also add:

When rightclick, an "popup box" pops up with, e.g: This image are copyrighted to *name*
- with a few seconds delay it fades away?
 
Hello, an suggestion, while disable the "right", why not also add:

When rightclick, an "popup box" pops up with, e.g: This image are copyrighted to *name*
- with a few seconds delay it fades away?
In all honesty, you'd be better off doing this with javascript on your own side of things. :/
 
Code:
window.oncontextmenu = function (){
  alert('Right Click')
}

Then just modify it and pretty it up so it's not so... invasive.

It doesn't block right click, just notifies you.
 
System doesn't even has a copyright system so we need that before this. This of course should be added in the future.
 
Back
Top