Created
September 6, 2011 03:58
-
-
Save mattdw/1196543 to your computer and use it in GitHub Desktop.
Replace Julian Assange with a Kitten in the Wikileaks Cable Viewer
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
/* User CSS to replace Julian Assange with a Kitten in the Wikileaks Cable Viewer | |
* (doesn't work on other Wikileaks pages, only the Cable Viewer) | |
* for domain: wikileaks.org | |
* Safari User CSS extension here: http://code.grid.in.th/ | |
*/ | |
.pane.small a[href="/support.html"] img { | |
display: none; | |
} | |
.pane.small a[href="/support.html"] { | |
display: block; | |
width: 200px; | |
height: 150px; | |
background: url(http://placekitten.com/g/200/150) left top no-repeat; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is just what I was looking for - thanks!