Open the website in your browser
Press F12 or right-click and choose Inspect
Go to the Console tab
Paste this code:
`document.addEventListener(‘contextmenu’, e => e.preventDefault());`
Press Enter
Right-click on the page will be disabled until you refresh
To disable it permanently on your own site, add the same JavaScript to your page source
If you want to block right-click on all pages, place the script in a shared layout or template
