Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
DisableContextmenu.js
codergautamyt
Jun 14th, 2020
(
edited
)
202
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
//Copy this code into <script> tag to disable Contextmenu
document.
addEventListener
(
'contextmenu'
,
function
(
e
)
{
e.
preventDefault
(
)
;
}
)
;
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE D
JavaScript | 8 sec ago | 0.03 KB
✅ Account Leaks
JavaScript | 16 sec ago | 0.08 KB
FREE BTC GUIDE A
JavaScript | 27 sec ago | 0.03 KB
✅ Crypto Accounts
JavaScript | 28 sec ago | 0.08 KB
✅ MAKE $12OO IN 10 MIN B
JavaScript | 30 sec ago | 0.03 KB
Make $1200 in 15 minutes O
JavaScript | 43 sec ago | 0.03 KB
FREE BTC GUIDE
JavaScript | 57 sec ago | 0.08 KB
✅ Crypto Accounts K
JavaScript | 1 min ago | 0.03 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!