Skip to content

Instantly share code, notes, and snippets.

View cocomine's full-sized avatar
🎯
Focusing

cocomine cocomine

🎯
Focusing
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;">
======================