#How do I turn off right click?

1 messages · Page 1 of 1 (latest)

spice python
#

Add this in a script in the frontend

document.addEventListener('contextmenu', (e) => e.preventDefault())
dusky goblet
#

Try this, how does it turn off?@spice python

spice python
#

Oh you mean selecting text

#

You do that with CSS

#

user-select: none