Skip to content

Instantly share code, notes, and snippets.

@dave1010
dave1010 / htaccess
Created December 14, 2011 13:07
HTTP Status Cats Apache (htaccess) config
# HTTP Status Cats
# Apache (htaccess) config created by @dave1010
# Licensed CC BY 2.0
# Images CC BY 2.0, from GirlieMac's photostream:
# http://www.flickr.com/photos/girliemac/sets/72157628409467125/with/6508023065/
# Usage: copy save this file as .htaccess or add it to your httpd.conf
ErrorDocument 404 '<a href="http://www.flickr.com/photos/girliemac/6508022985/" title="404 - Not Found by GirlieMac, on Flickr"><img src="http://farm8.staticflickr.com/7172/6508022985_b22200ced0.jpg" width="500" height="400" alt="404 - Not Found"></a>'
@jonnybest
jonnybest / seesmic-panel-remove.js
Created June 13, 2011 14:32
hack for seesmic ui - removes the annoying panel on the left hand side
document.evaluate('//*[@id="sideBarPanel"]', document, null, XPathResult.UNORDERED_NODE_ITERATOR_TYPE, null ).iterateNext().style.display = "none";
// hack für seesmic. entfernt die linke Leiste, sodass genug Platz für die wichtigen Teile der Seite bleibt