Help
-
Search
-
Members
-
Calendar
Full Version:
Hate facebook apps?
ieXbeta Board
>
Tech
>
Developer Center
quantumAlpha
Aug 11 2007, 19:59
After finding this extension (http://www.designmeme.com/faceoff/) which doesn't work btw, i made a little userContent.css script to hide them
CODE
@-moz-document domain(facebook.com) {
div[id^="box_app_"] {
display: none !important;
}
div[box^="app_"] {
display: none !important;
}
}
Hope you like it!
Scott
Aug 12 2007, 02:11
Oh sweet jesus thank you.
Pr0digy
Aug 19 2007, 01:44
Where do you put this? Please answer quickly. lol
quantumAlpha
Aug 19 2007, 06:20
firefox-profile-directory/chrome/userContent.css
make a new file
Pr0digy
Aug 22 2007, 16:36
Thanks qA, you are a life-saver.
quantumAlpha
Aug 23 2007, 04:20
glad to help
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.