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 Add Line Breaks to Javascript Alert Box

snippet

Flat an Multi Dimensional Array in Javascript

snippet

fetch anchor tag href value in JavaScript

snippet

JavaScript How Object.is() Method Works

snippet

Javascript Check a Number is Even or Odd

snippet
Random Stories

2 dimensional array sum the value

snippet

Add Git Bash Alias on Windows

snippet

JavaScript Convert a Value to Safe Integer

snippet

Jinja2 Flask If Else Statement

snippet

Carbon this month all days in an array in PHP

snippet