Skip to content

Instantly share code, notes, and snippets.

View Perifractic's full-sized avatar

Perifractic

View GitHub Profile
@kbl
kbl / import.py
Last active September 24, 2023 21:10
importing tasks/lists from wunderlist into todoist
# -*- coding: utf8 -*-
import json
import urllib2
import urllib
import sys
import os
from argparse import ArgumentParser
from collections import defaultdict
@orta
orta / mailplane.css
Last active December 17, 2015 18:19 — forked from ttscoff/mailplane.css
/* This stylesheet is designed to work with the grey theme for GMail
- hides the top bar and Google+ notifications
- simplifies buttons (remove border/background, add hover state back)
- dim Rapportive until hovered
This is only partially tested at this point and may cause some issues
Please let me know if you find problems: <http://brettterpstra.com/contact/>
Brett Terpstra 2013 <http://brettterpstra.com> /*
@darioghilardi
darioghilardi / mailplane.css
Created November 6, 2012 17:12
MailPlane css styles to use Gmail with Preview Pane with a cleaner look
/* Remove first line preview of the message */
.apB {
display: none;
}
/* Align priority inbox yellow elements */
.apd {
padding: 0 2px 0 0;
}