@kcampbell @jshaffstall Thanks for your help
The user select option will work well with Google Chrome and Microsoft Edge. However, browsers like UC browser can easily copy the text.
Although if anyone here is good with HTML and CSS, I’ll like to insert a Transparent PNG upon my entire page. XY panel will totally mess up my formatting for mobile so it will not be my preference. Is there a way to achieve this using HTML so that the transparent PNG will be over my entire website? This will be able to disable copy-pasting.
Also, I don’t know why but canvas is not working for me. I literally just pasted the code from example and yet nothing happened.
c.stroke_style = "#2196F3"
c.line_width = 1
c.fill_style = "#E0E0E0"
c.font = '36px montserrat'
c.fill_text('Fill Text', 100, 100)