Skip to content

Instantly share code, notes, and snippets.

View cocomine's full-sized avatar
🏠
Working at home

cocomine cocomine

🏠
Working at home
View GitHub Profile
請將下列語法 "取代" <body>
<body ONDRAGSTART="window.event.returnValue=false" onSelectStart="event.returnValue=false" ONCONTEXTMENU="window.event.returnValue=false" >
=================================
鎖滑鼠右鍵及防highlight
<body onselectstart="return false;" ondragstart="return false;" oncontextmenu="return false;">
======================