Skip to content

Instantly share code, notes, and snippets.

@wangwen1220
Last active January 2, 2016 16:39
Show Gist options
  • Select an option

  • Save wangwen1220/8331370 to your computer and use it in GitHub Desktop.

Select an option

Save wangwen1220/8331370 to your computer and use it in GitHub Desktop.
HTML: 屏蔽鼠标右键 | oncontextmenu
<!-- 屏蔽鼠标右键 -->
<body oncontextmenu="return false;">
<svg oncontextmenu="return false;">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment