Skip to main content

How to Enable Right Click on Any Website in Chrome

2 min read

Right-click is disabled on many websites — but there's a reliable, one-click fix that works on virtually all of them.

Enable Copy Everywhere is a free Chrome extension with 70,000+ users that restores right-click and copy-paste on any website.

Steps

  1. Go to the Install page and click "Add to Chrome"
  2. Confirm the installation in the Chrome dialog
  3. Pin the extension to your toolbar (optional but recommended)
  4. Visit any site where right-click is blocked
  5. Click the Enable Copy Everywhere icon in your toolbar
  6. Right-click works immediately

Your setting is saved for that domain, so it works on all pages of that site automatically.

Method 2: JavaScript Console (Advanced)

If you prefer not to install an extension, open Chrome DevTools (F12), go to the Console tab, and run:

document.oncontextmenu = null;
document.onselectstart = null;
document.oncopy = null;

This is temporary — it resets on page refresh.

You can disable JavaScript site-by-site in Chrome settings. This re-enables right-click but will break most modern websites. Not practical for regular use.

Which Method Should You Use?

For most users, the Enable Copy Everywhere extension is the best choice — it's permanent, effortless, and works with zero technical knowledge.

Stop Fighting with Copy-Protected Sites

Enable Copy Everywhere fixes it in one click. Free, no account, no data collected.