Skip to content

Instantly share code, notes, and snippets.

@retlet
Created April 11, 2010 13:16
Show Gist options
  • Save retlet/362706 to your computer and use it in GitHub Desktop.
Save retlet/362706 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name tumblr_tagged_big_photo
// @namespace http://example.com/
// @include http://www.tumblr.com/tagged*
// ==/UserScript==
(function(){
GM_addStyle(<><![CDATA[
.post_content > a:first-child {
display: none !important;
}
.post_content > a:first-child + div {
display: block !important;
}
]]></>.toString());
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment