The Following 15 Users Say Thank You to brontide For This Useful Post: | ||
![]() |
2008-04-23
, 03:59
|
|
Posts: 292 |
Thanked: 46 times |
Joined on Oct 2007
|
#2
|
![]() |
2008-04-23
, 04:07
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#3
|
The Following User Says Thank You to Laughing Man For This Useful Post: | ||
![]() |
2008-05-01
, 10:12
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#4
|
I've put together a set of css files of both my own creation and blatent copying off the threads here. Remember to turn off "fit to screen" option in microb since you won't need it anymore. I also run with the iphone user agent string so that may change some of the content.
I've tried to segregate the fixes as much as possible so you can experiment with some and not others just by placing a // in the userContent.css file.
As always feedback is welcome. If people post sites that need to work better I'll try and get around to them, but sometimes a single page of work can take hours to beat into submission with css tweaks.
Google maps mashups will not work until you add the url-prefix to the maps.google.com.css file.
![]() |
2008-05-01
, 10:32
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#5
|
The Following 6 Users Say Thank You to brontide For This Useful Post: | ||
![]() |
2008-05-01
, 11:07
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#6
|
![]() |
2008-05-01
, 12:33
|
|
Posts: 449 |
Thanked: 51 times |
Joined on Apr 2008
@ eastern north carolina usa
|
#7
|
![]() |
2008-05-01
, 14:50
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#8
|
![]() |
2008-05-01
, 15:03
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#9
|
I have a script + one line change to a file in /etc... I'll post directions once I'm back from the hospital.
![]() |
2008-05-01
, 16:11
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#10
|
#!/bin/sh wget -q -O - http://www.mvps.org/winhelp2002/hosts.txt | sed -e '/127\.0\.0\.1 localhost/ D' > /etc/banner_ad_hosts
addn-hosts=/etc/banner_ad_hosts
I've tried to segregate the fixes as much as possible so you can experiment with some and not others just by placing a // in the userContent.css file.Use /* include ... */ to remove blocks.As always feedback is welcome. If people post sites that need to work better I'll try and get around to them, but sometimes a single page of work can take hours to beat into submission with css tweaks.
Google maps mashups will not work until you add the url-prefix to the maps.google.com.css file.
EDIT: updated zip file
Last edited by brontide; 2008-05-02 at 13:02.