Created
July 9, 2014 05:00
-
-
Save oxguy3/f21ffedaafb6ac03fc9f to your computer and use it in GitHub Desktop.
Hide recommended posts on Tumblr via xkit's Servant extension
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
($(".post_info_recommended").parents("li.post_container")).css("display", "none"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment