Shoutbox

Firefox CSS Blocking - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Firefox CSS Blocking (/showthread.php?tid=74321)

Firefox CSS Blocking by Fuse on 05-12-2007 at 09:00 AM

is there an extension on firefox that can stop certain codes from loading for instance i dont want:

<style type="text/css">
td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
</style>

to load...

can anyone help? thanks :)


RE: Firefox CSS Blocking by M73A on 05-12-2007 at 09:03 AM

hm, i dunno if this could be adapted for what you want?
http://www.floppymoose.com/


RE: Firefox CSS Blocking by vikke on 05-12-2007 at 09:05 AM

You can use the Web Developer plugin to disable all CSS stylesheets, if that's what you want..

Then you can use Styler (don't ask me about this), which changes the CSS stylesheet of the page, to fit your own.


RE: Firefox CSS Blocking by Fuse on 05-12-2007 at 10:11 AM

thanks for your replies

M73A - it doesnt seem to work

vikke - i cant seem to get it to work

any other sugesstions?


RE: Firefox CSS Blocking by Supersonicdarky on 05-12-2007 at 11:31 AM

i think you meant stylish. once installed, right click icon in statusbar > whrite style > for this page and type all the css you normally would. sometimes it doesnt work and you need to use the !important tags to override the site's css.


RE: RE: Firefox CSS Blocking by vikke on 05-12-2007 at 11:38 AM

quote:
Originally posted by Supersonicdarky
i think you meant stylish. once installed, right click icon in statusbar > whrite style > for this page and type all the css you normally would. sometimes it doesnt work and you need to use the !important tags to override the site's css.

Yeah, you're right. My bad. :(
RE: RE: RE: Firefox CSS Blocking by Verte on 05-13-2007 at 12:03 AM

quote:
Originally posted by vikke
quote:
Originally posted by Supersonicdarky
i think you meant stylish. once installed, right click icon in statusbar > whrite style > for this page and type all the css you normally would. sometimes it doesnt work and you need to use the !important tags to override the site's css.

Yeah, you're right. My bad. :(


I've forgotten where the default css is, but if you add !-important to all the tags it should override the website css, I think. I have firebug which is very useful for removing most content and style, and it shows all your css in the one area, and it's very easy.