Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 1JMd78gYVk38ZYdN46yPcNUJtvyEYtnqpA https://explorer.blockstack.org/address/1JMd78gYVk38ZYdN46yPcNUJtvyEYtnqpA
@mindprint
mindprint / reset-blue-links.css
Created March 20, 2019 10:38
Remove blue links from mobile emails
@mindprint
mindprint / social-networks-colors.scss
Created December 6, 2018 10:05
Social Networks Colours
$facebook: #3b5998;
$twitter: #1da1f2;
$youtube: #ff0000;
$instagrammagenta: #c32aa3;
$instagramblue: #4c5fd7;
$instagrampurple: #7232bd;
$instagramorange: #f46f30;
$instagramyellow: #ffdc7d;
$googleblue: #4285f4;
$googlered: #ea4335;
@mindprint
mindprint / unbounce_smoothScrollToAnchor.js
Last active December 3, 2018 10:18
Unbounce - Smooth scroll to anchor
<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')
@mindprint
mindprint / UninstallIE10
Created November 19, 2014 10:29
Uninstall IE10
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"