Skip to content

Instantly share code, notes, and snippets.

@mattdw
Created September 6, 2011 03:58
Show Gist options
  • Save mattdw/1196543 to your computer and use it in GitHub Desktop.
Save mattdw/1196543 to your computer and use it in GitHub Desktop.
Replace Julian Assange with a Kitten in the Wikileaks Cable Viewer
/* 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;
}
@gregplaysguitar
Copy link

This is just what I was looking for - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment