Skip to content

Instantly share code, notes, and snippets.

View jonfriskics's full-sized avatar

Jon Friskics jonfriskics

View GitHub Profile
@jonfriskics
jonfriskics / gist:5905923
Created July 2, 2013 00:37
Remove the Accelerate Framework from the iOS 6.1 - 7.0 API diffs because they are long and I don't care about them. No hard feelings, right Accelerate?
// Stylish script for the URL: https://developer.apple.com/library/prerelease/ios/releasenotes/General/iOS70APIDiffs/
div.diffReport h2:nth-of-type(3):before {
content: " -------- "
}
div.diffReport h2:nth-of-type(3):after {
content: " ---- REMOVED FOR EASY READING --------"
}
div.diffReport div.headerFile:nth-of-type(11) {
display: none;
@jonfriskics
jonfriskics / gist:5714789
Created June 5, 2013 15:32
Fix Github repositories sidebar CSS with Stylish
/* ***************
** The sidebar as of 6/5/2013 unnecessarily truncates repo names in the repositories sidebar and makes it hard to tell repos
** with similar names apart
** Add this as a user style for http://github.com and https://github.com
***************
*/
.css-truncate-target {
overflow: visible;
white-space: normal;
@jonfriskics
jonfriskics / gist:4494761
Created January 9, 2013 16:55
dock spacer
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'