NonplayerCharacter

JS | Override disable right click

Jul 20th, 2022 (edited)
1,118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // type in the address bar on the page where right click is disabled
  2. // and hit Enter
  3. javascript:void(document.oncontextmenu=null);
Add Comment
Please, Sign In to add comment