Skip to content

Instantly share code, notes, and snippets.

View DonSchado's full-sized avatar
🐢
null

Marco DonSchado

🐢
null
View GitHub Profile
@DonSchado
DonSchado / notification.js
Last active May 10, 2016 10:33 — forked from kangguru/notification.js
Mangopay Notifications
// ==UserScript==
// @name Mangopay Notifications
// @namespace http://tampermonkey.net/
// @version 0.1
// @description simulate mangopay notifications direct from the dashboard
// @author Lars Brillert
// @include /https://dashboard.sandbox.mangopay.com/Users/\d+/WalletTransactions/\d+/
// @grant none
// ==/UserScript==
/* jshint -W097 */
@DonSchado
DonSchado / gist:3499614
Created August 28, 2012 16:10 — forked from brumm/gist:3437594
sublime shortcuts
# expand selection to word, create new selection
cmd + d
# skip over a match
cmd + k, d
# expand selection to all matches
cmd + ctrl + g
@DonSchado
DonSchado / apple.html
Created August 24, 2011 08:34 — forked from marklit/apple.html
Apple Icon HTML header example
<link rel="apple-touch-icon" href="img/apple-touch-icon.png"> <!-- 57x57 -->
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">