Apply css stylesheet to all websites but Google ones in Safari


Recommended Posts

On my iMac running Lion I use a stylesheet in Safari to zoom in all pages to 130%. This works great for me since I always run Safari in fullscreen mode. The problem is that some Google sites don't work properly, especially image search and maps. I don't know a lot about CSS. Would there be a way to have all websites but Google image search and Google maps to zoom in to 130%, or have all sites zoom to 130% and these Google sites to zoom to 100%?

my CSS file so far looks simple, like this:

body {

zoom: 130%;

}

I guess I'm looking to exclude maps.google.ca/*, maps.google.com/*, www.google.ca/img*, www.google.com/img*

Thanks much.

Link to comment
Share on other sites

This topic is now closed to further replies.