Skip to content

Instantly share code, notes, and snippets.

@Barneybook
Created January 17, 2013 03:39
Show Gist options
  • Save Barneybook/4553401 to your computer and use it in GitHub Desktop.
Save Barneybook/4553401 to your computer and use it in GitHub Desktop.
它的網頁 <BODY> 是這樣寫的:
<BODY oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
oncontextmenu="return false" 禁止用右鍵功能表
onselectstart ="return false" 禁止用右鍵複製功能
ndragstart="return false" 禁止用滑鼠拖曳
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment