Help - Search - Members - Calendar
Full Version: Hate facebook apps?
ieXbeta Board > Tech > Developer Center
quantumAlpha
After finding this extension (http://www.designmeme.com/faceoff/) which doesn't work btw, i made a little userContent.css script to hide them smile.gif

CODE

@-moz-document domain(facebook.com) {
    div[id^="box_app_"] {
        display: none !important;
    }
    div[box^="app_"] {
        display: none !important;
    }
}


Hope you like it!
Scott
Oh sweet jesus thank you.
Pr0digy
Where do you put this? Please answer quickly. lol
quantumAlpha
firefox-profile-directory/chrome/userContent.css

make a new file
Pr0digy
Thanks qA, you are a life-saver. biggrin.gif
quantumAlpha
glad to help smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.