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 characters
Verifying my Blockstack ID is secured with the address 1JMd78gYVk38ZYdN46yPcNUJtvyEYtnqpA https://explorer.blockstack.org/address/1JMd78gYVk38ZYdN46yPcNUJtvyEYtnqpA |
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 characters
a[href^=tel], | |
a[x-apple-data-detectors] { | |
color: inherit !important; | |
text-decoration: none !important; | |
font-size: inherit !important; | |
font-family: inherit !important; | |
font-weight: inherit !important; | |
line-height: inherit !important; | |
} |
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 characters
<script> | |
lp.jQuery(function($) { | |
// The speed of the scroll in milliseconds | |
var speed = 1000; | |
// Find links that are #anchors and scroll to them | |
$('a[href^=#]') | |
.not('.lp-pom-form .lp-pom-button') | |
.unbind('click.smoothScroll') |
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 characters
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart" |