Skip to content

Instantly share code, notes, and snippets.

@troelsselch
Created October 23, 2015 17:23
Show Gist options
  • Save troelsselch/ec564a22b431365aed99 to your computer and use it in GitHub Desktop.
Save troelsselch/ec564a22b431365aed99 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Tumblr No Notifications
// @namespace troelsselch
// @description Removes the notification badge on the home button
// @include https://www.tumblr.com/dashboard
// @version 1
// @grant none
// ==/UserScript==
jQuery('#new_post_notice_container').hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment