Skip to content

Instantly share code, notes, and snippets.

@dashr
Created September 2, 2012 00:27
Show Gist options
  • Save dashr/3592314 to your computer and use it in GitHub Desktop.
Save dashr/3592314 to your computer and use it in GitHub Desktop.
Hide the tumblr forced "submission" tag
<script type="text/javascript">
$(document).ready(function() {
//hide the tumblr forced "submission" tag, only City (1)
$(".tag_body:contains('submission')").parent().remove();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment