Clipperty Chevereto Member Aug 17, 2016 #1 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? Upvote 0 Downvote
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?
SirMoo 💖 Chevereto Fan Aug 17, 2016 #2 Clipperty said: 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? Click to expand... In all honesty, you'd be better off doing this with javascript on your own side of things. :/
Clipperty said: 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? Click to expand... In all honesty, you'd be better off doing this with javascript on your own side of things. :/
SirMoo 💖 Chevereto Fan Aug 17, 2016 #4 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.
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.
SirMoo 💖 Chevereto Fan Aug 17, 2016 #5 Clipperty said: with a few seconds delay it fades away? Click to expand... Clipperty said: if it was that easy Click to expand... I now hate you.
Clipperty said: with a few seconds delay it fades away? Click to expand... Clipperty said: if it was that easy Click to expand... I now hate you.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Aug 22, 2016 #7 System doesn't even has a copyright system so we need that before this. This of course should be added in the future.
System doesn't even has a copyright system so we need that before this. This of course should be added in the future.