CTRL+C

I want to protect my text from being copied… so I added code to the page.
It works perfectly but the problem is when ever the page is opened its continuously showing a popup message which irritates user… can you please resolve this?
This is the code

export function text61_mouseOut ( event ) {
wixWindow . copyToClipboard ( “This text is protected!!! Please don’t try to copy it!” )
}

Just to be clear, what would you like to happen if the visitor tries to copy text?

You can put a transparent box over the text. That way no one can right click on the text to copy it.