• 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 gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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