Skip to content

Instantly share code, notes, and snippets.

View zbrasseaux's full-sized avatar

Zachary P. Brasseaux zbrasseaux

View GitHub Profile
@natyusha
natyusha / 4chanx.css
Last active July 28, 2017 03:56
4chan X Custom CSS
/* Board title rice */
div.boardTitle {
font-weight: 400 !important;
}
:root.yotsuba div.boardTitle {
font-family: sans-serif !important;
text-shadow: 1px 1px 1px rgba(100,0,0,0.6);
}
:root.yotsuba-b div.boardTitle {
font-family: sans-serif !important;
@janetriley
janetriley / download_my_podcasts.py
Created December 3, 2013 01:47
A Python script to download podcasts from an xml feed and tag the MP3s.
"""
A script for downloading some podcasts and tagging the files so I can import them to iTunes.
"""
import pycurl
import os.path
import sys
from BeautifulSoup import BeautifulStoneSoup
import eyed3