Skip to content

Instantly share code, notes, and snippets.

@Angles
Angles / avalon law yale edu Better.css
Last active December 18, 2015 08:29
Safari UserCSS for this site with famous old political documents, easier on eyes
/* Safari UserCSS - avalon law yale edu Better */
/* http://avalon.law.yale.edu/(STAR) */
/* version 1.3 */
body {
background-color: slategray !important;
font-size: 1.3em !important;
}
table, p {
background-color: #E0E0E0 !important;
@Angles
Angles / YoutubeDL.py
Last active January 12, 2016 04:57 — forked from pudquick/YoutubeDL.py
import urllib2, urlparse, sys, webbrowser
itags = {'45': 'webm_720p',
'44': 'webm_480p',
'43': 'webm_360p',
'38': 'mp4_3072p',
'37': 'mp4_1080p',
'36': 'phone_mp4_240p',
'35': 'flv_480p',
'34': 'flv_360p',
@Angles
Angles / jDownloader Darker.css
Created December 12, 2012 06:47
Safari UserCSS jDownloader Darker
/* Safari UserCSS - jDownloader Darker */
/* http://(STAR).jdownloader.org/(STAR) */
body, div, td {
background-color: #D3D3D3 !important;
}
td, p, li {
font-size: 1.6em !important;
}
@Angles
Angles / Maclife Darker.css
Created December 12, 2012 06:43
Safari UserCSS Maclife Darker
/* Safari UserCSS - Maclife Darker */
/* http://(STAR).maclife.com/(STAR) */
html, body, div, p, dd, dt, pre, span, li {
background: #E0E0E0 !important;
background-color: #E0E0E0 !important;
}
@Angles
Angles / Add Cover Art to a Librivox book feed.md
Created October 30, 2012 13:22
Add Cover Art to a Librivox Book Feed

Add Cover Art to a Librivox feed.

Many books at http://librivox.org have generic cover art. The cover art URL is in the rss file and can be changed in a simple way.

example: iOS GoodReader, Dropbox, and Downcast apps

@Angles
Angles / Apple Forums Darker.css
Created October 12, 2012 09:24
Safari UserCSS - Apple Forums Darker
/* Safari UserCSS - Apple Forums Darker */
/* https://discussions.apple.com/(STAR) */
div#jive-body-main {
//background-color: #C0C0C0 !important;
background-color: Grey !important;
}
div.jive-thread-reply-body-container {
background-color: #E3E3E3 !important;
@Angles
Angles / Stackoverflow-Sunburst.css
Last active October 11, 2015 15:17
Safari UserCSS - Stackoverflow Sunburst
/* Safari UserCSS - Stackoverflow Sunburst */
/* http://(STAR).stackoverflow.com/(STAR) */
/*
STRAIGHT UP user styles NO CHANGES NEEDED
Stackoverflow Sunburst
By unisexx
http://userstyles.org/styles/63220
*/
@Angles
Angles / HISTIGNORE-info.txt
Created August 6, 2012 11:03
HISTIGNORE what's the deal
###
####### HISTIGNORE #######
###
# examples from interwebs, noob dot file notes
#export HISTIGNORE='pwd:exit:fg:bg:top:clear'
# (if try to erasedups do not ignore things want 2 pune but on OSX it no workie)
# ignore things that start with a space, and ignore the exit command
#HISTIGNORE='[ \t]*:exit'
# some slashdot dudes says
#export HISTIGNORE="&:ls:[bf]g:exit:pwd:clear:mount:umount:[ \t]*"
@Angles
Angles / Why Safari User CSS gists.md
Created July 30, 2012 22:03
Safari User CSS gists
@Angles
Angles / blipinteractive-forums.css
Created July 30, 2012 21:43
Safari UserCSS - blipinteractive forums
/* http://forums.blipinteractive.co.uk/(STAR) */
/*
body {
background-color: #F5F5F5 !important;
}
div {
//background-color: #D3D3D3 !important;
background-color: #F0F0F0 !important;