Last active
November 12, 2020 16:06
-
-
Save Rajdeepc/5c9b36d586b10ddf97047f2d24d11133 to your computer and use it in GitHub Desktop.
Revisions
-
Rajdeep Chandra renamed this gist
Nov 12, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Rajdeep Chandra renamed this gist
Nov 12, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Rajdeep Chandra renamed this gist
Nov 12, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Rajdeep Chandra created this gist
Nov 12, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ // To disable text selection on your webpage try this css body { -webkit-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none; } // To disable inspect element on a webpage do this <body oncontextmenu="return false"></body>