It removes all the distractions from LMNTL website and shows only the main chapter that you are reading.
####Step 1 Create a new bookmark in your browser with any name and with any url.
####Step 2
| // https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential | |
| // isUserVerifyingPlatformAuthenticatorAvailable() tells you if you can use a platform to authenticate the user | |
| PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable() | |
| .then((isAvailable) => { | |
| // Do Stuff with TouchID / Face ID | |
| }) | |
| .catch(e => { | |
| // Doesnt support, bad :( | |
| }); |
| email-labels .email-labels { | |
| padding: 20px; | |
| } | |
| email-labels .email-labels__title { | |
| color: #b8bbc0; | |
| } |
| email-label { | |
| display: block; | |
| padding: 10px 0; | |
| } | |
| email-label .email-label__container { | |
| display: flex; | |
| } | |
| email-label .email-label__name { |
| mail-information-card { | |
| display: block; | |
| border-bottom: 2px solid #f0f2f3; | |
| cursor: pointer; | |
| } | |
| mail-information-card .mail-information-card__sender { | |
| display: flex; | |
| } |
| import Std.Base | |
| «18»def func1 fileName: | |
| «19»path = "data" . addPathSegment fileName | |
| «20»file = readFile path | |
| «21»textLines = file.lines | |
| textLines | |
| «0»def getDataFromFIle fileName: | |
| «22»textLines = func1 fileName |
###SVG2CSS Project File
Name : Donkey Kong Stage
Link : https://prateekjadhwani.github.io/svg2css/#a8dec9040aa6d5c973470b21ce1254bb
| hello |