Sort them into alphabetical order! I HATE them all messed it! I've yet to find out how to do it in FF3, FF2 was fine, no problems, all neat and tidy![]()
Adblock Plus and NoScript are essential for me. I tend to use a lot of very slow computers (embedded and such) and with some websites throwing Flash and Javascript around all willy-nilly it can prevent me from getting my work done. Those two extensions put me back in control of my browsing experience.
It is a bit irritating in the beginning but after a day or two my list of sites that need to be allowed was complete to the point that I rarely need to futz with it anymore. I probably only visit 50 or so sites regularly enough to want to allow them to take control of my browser. Most well-designed pages fall back to a compatibility mode so that you can still get access to disabled features, or at least they'll tell you that you're missing some functionality without Javascript.Doesn't NoScript get on your nerves a bit, Billy? I tried it to see what all the fuss was about. Having to manually allow every new website I went on to get common JS functions like drop-down navigation/Lightbox/Digg-style comments working got old very quickly... uninstalled it after ten minutes as it was so supremely annoying!
'Tis like that for me as well. Somebody needs to slog through the CSS and change the relevant color to something more legible like black, or perhaps change the background to a darker color.the grey OCUK stylish theme, is it just me or when you type a post you can't see what your typing, i've changed the text colour and its still the same.![]()
#vB_Editor_001_textarea, #vB_Editor_QR_textarea, #vB_Editor_QE_2_textarea, #vB_Editor_QE_1_textarea, .bginput, .button{ color:#222 !important;}
If you look in the Modify OCUK thread you'll see I hacked together this extra line to make it usable but its not ideal. Need a real CSS ninja to produce something robust
Code:#vB_Editor_001_textarea, #vB_Editor_QR_textarea, #vB_Editor_QE_2_textarea, #vB_Editor_QE_1_textarea, .bginput, .button{ color:#222 !important;}
Just copy and paste that into the existing code somewhere near the top.
I pasted it but it went grey and blue![]()
Worked fine for me. Where did you paste it?
somewhere near the top as said lol. in between the first and second paragraph. Where did you paste it?
greasemonkey
ie tab (becoming more redudant by the hour thankfully)
If you look in the Modify OCUK thread you'll see I hacked together this extra line to make it usable but its not ideal. Need a real CSS ninja to produce something robust
Code:#vB_Editor_001_textarea, #vB_Editor_QR_textarea, #vB_Editor_QE_2_textarea, #vB_Editor_QE_1_textarea, .bginput, .button{ color:#222 !important;}
Just copy and paste that into the existing code somewhere near the top.
Directly beneath the line that begins with #fontOut.
What scripts do you use for greasemonkey? I've been to userscripts but it's not best laid out really.