logo logo
  • Articles
  • Snippets
  • Topics
    • Login
    • Register

    • Mode:

Block right click in website by JavaScript

  • Apr 19, 2022
  • Snippet ยท 1 min
  • 52 words
  • Share profile in a message
  • Save your profile to PDF
  • Lock profile

  • Profile settings
  • Like (0)
  • Favorite (0)

Simply do that script on your website & see the magic ๐Ÿ‘‡

window.oncontextmenu = function () {
    return false;
}


JavaScript
avatar
Md Najmul Hasan

Similar Stories

Javascript How to Sum an Array

snippet

JavaScript Add Line Breaks to Javascript Alert Box

snippet

JavaScript What is encodeURI() Function and How it Works

snippet

JavaScript Disable a Anchor Tag in HTML

snippet

JavaScript How Object.is() Method Works

snippet
Random Stories

Javascript How to Sum an Array

snippet

JavaScript Disable a Anchor Tag in HTML

snippet

Larave Extracting Two Dates Out of One

snippet

The List of Macroable Laravel Classes

snippet

Remove everything from a folder in Linux

snippet