How to protect your website article without any plugin? Generally, we use so many plugins to run our site. This makes our site heavy & increase the loading speed.
Bad for on-page SEO & of course not google friendly at all.
Just copy and paste this short CSS code. Your right-click will be off.
body {
user-select: none;
}
Thank you.