Blogs I follow:

    1. miumiow reblogged this from senseicat
    2. xreapurr reblogged this from senseicat
    3. wetfromkissing reblogged this from chelseawoosh
    4. senseicat reblogged this from cellarbride
    5. cellarbride reblogged this from necromanticangel
    6. necromanticangel reblogged this from c0ffinrat
    7. buuhbeegurl reblogged this from cuutekawaii
    8. cuutekawaii reblogged this from eliyoosh
    9. treasures-left-behind reblogged this from eeveeclone
    10. maracuchix reblogged this from maracuchix
    11. ric0nastystan05 reblogged this from vodkacupcakes
    12. natthedreamer96 reblogged this from fierceandpeaceful
    13. alpha-stark reblogged this from kathr33zy
    14. lessermatters reblogged this from lovelaughlistenmusic
    15. absurbd reblogged this from bierundschnaps
    16. fluchenundfauchen reblogged this from bierundschnaps
    17. kittenbebe reblogged this from bierundschnaps
    18. chelseawoosh posted this
    // ==UserScript== // @name Tumblr Bitches & Shit Buttons Pack // @namespace http://userstyles.org // @description Got a potty mouth? // @author TabbyCat // @homepage http://userstyles.org/styles/94507 // @include https://www.tumblr.com* // @include https://www.tumblr.com* // @include https://www.tumblr.com* // @include https://www.tumblr.com* // @include https://www.tumblr.com* // @include https://www.tumblr.com* // @include https://www.tumblr.com* // @include https://www.tumblr.com* // @include https://www.tumblr.com* // @include https://www.tumblr.com* // @run-at document-start // ==/UserScript== (function() { var css = ""; if (false || (document.location.href.indexOf("https://www.tumblr.com") == 0) || (document.location.href.indexOf("https://www.tumblr.com") == 0)) css += ".controls_section li .posts:before {\n\n position: absolute !important;\n height: 30px !important;\n line-height: 28px !important;\n width: 180px !important;\n font: inherit !important;\n}\n\na.posts div.hide_overflow{\n visibility: hidden !important;\n}\n\n.controls_section li .posts:before {\n content: \"Shit I Posted\" !important;\n}.controls_section li .followers:before {\n\n position: absolute !important;\n height: 30px !important;\n line-height: 28px !important;\n width: 180px !important;\n font: inherit !important;\n}"; if (false || (document.location.href.indexOf("https://www.tumblr.com") == 0) || (document.location.href.indexOf("https://www.tumblr.com") == 0)) css += ".controls_section li .followers:before {\n \n position: absolute !important;\n height: 30px !important;\n line-height: 28px !important;\n width: 150px !important;\n font: inherit !important;\n}\n\na.followers div.hide_overflow{\n visibility: hidden !important;\n}\n\n.controls_section li .followers:before {\n content: \"Bitches Love Me\" !important;\n}"; if (false || (document.location.href.indexOf("https://www.tumblr.com") == 0) || (document.location.href.indexOf("https://www.tumblr.com") == 0)) css += ".controls_section li .likes:before {\n\n position: absolute !important;\n height: 30px !important;\n line-height: 28px !important;\n width: 100px !important;\n font: inherit !important;\n}\n\na.likes div.hide_overflow{\n visibility: hidden !important;\n}\n\n.controls_section li .likes:before {\n content: \"Shit I Like\" !important;\n}"; if (false || (document.location.href.indexOf("https://www.tumblr.com") == 0) || (document.location.href.indexOf("https://www.tumblr.com") == 0)) css += ".controls_section li .following:before {\n\n position: absolute !important;\n height: 23px !important;\n line-height: 28px !important;\n width: 120px !important;\n font: inherit !important;\n}\n\na.following div.hide_overflow{\n\n visibility: hidden !important;\n}\n\n\n.controls_section li .following:before {\n content: \"Bitches I Love\" !important;\n}"; if (false || (document.location.href.indexOf("https://www.tumblr.com") == 0) || (document.location.href.indexOf("https://www.tumblr.com") == 0)) css += "a.spotlight div.hide_overflow{\n\n visibility: hidden !important;\n}\n\n.controls_section li .spotlight:before {\n content: \"Find Bitches\" !important;\n position: absolute !important;\n height: 23px !important;\n line-height: 28px !important;\n width: 120px !important;\n font: inherit !important;\n}"; if (typeof GM_addStyle != "undefined") { GM_addStyle(css); } else if (typeof PRO_addStyle != "undefined") { PRO_addStyle(css); } else if (typeof addStyle != "undefined") { addStyle(css); } else { var node = document.createElement("style"); node.type = "text/css"; node.appendChild(document.createTextNode(css)); var heads = document.getElementsByTagName("head"); if (heads.length > 0) { heads[0].appendChild(node); } else { // no head yet, stick it whereever document.documentElement.appendChild(node); } } })();