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
/* Top bar */ | |
#blueBarNAXAnchor, ._4f7n, ._2s1x ._2s1y{ | |
background-image: none !important; | |
background-color: #333 !important; | |
border-bottom-color: #222 !important; | |
}#blueBarNAXAnchor:after, ._4f7n:after, ._2s1x ._2s1y:after{ | |
background: none !important; | |
} | |
/* Notification Icon */ |
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
import socket, time | |
s = socket.socket() | |
address = '' | |
port = 5577 | |
r = 0 | |
g = 255 | |
b = 0 | |
keybit = "31".replace(':', '').decode('hex') | |
keybit += chr(r) + chr(g) + chr(b) | |
keybit += "00:f0:0f".replace(':', '').decode('hex') |
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
/* ==UserStyle== | |
@name Gmail - Dematerialize | |
@namespace gist.github.com/DanH42 | |
@version 1.1.7 | |
@description Make the new Gmail design look like the old one | |
@author Dan Hlavenka | |
@updateURL https://gist.github.com/DanH42/599cbdc85f53a0377042d8c418aec78e/raw | |
@preprocessor less | |
==/UserStyle== */ |