This file contains 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
# -*- coding: utf8 -*- | |
import json | |
import urllib2 | |
import urllib | |
import sys | |
import os | |
from argparse import ArgumentParser | |
from collections import defaultdict |
This file contains 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
/* 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> /* | |
This file contains 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
/* Remove first line preview of the message */ | |
.apB { | |
display: none; | |
} | |
/* Align priority inbox yellow elements */ | |
.apd { | |
padding: 0 2px 0 0; | |
} |