Thursday, September 13, 2007

Bikely.com - Cleaner (Stylish site style)

Bikely.com - Cleaner site-style at userstyles.org

I been using the www.bikely.com site for a while now to plot my bike routes or to plan them. I've created some Stylish (a Firefox extension) site-styles to modify the page to remove some of it's clutter. I finally got around to publishing it, mainly because of the functionality lose (favourites adder missing in the header) that users in the forum's have been complaining about. Seems Bikely hasn't been actively developed for a while now, hopefully Jules or someone from BikeRadar continues to develop Bikely soon. Here is my created "site specific stylesheets" site-style:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.bikely.com/maps/") {

/* Get rid of Flash object and make the title info wrap */
#headerline > OBJECT { display: none !important; }
#lblRoutetitle > BR { display: none !important; }
#lblRoutetitle { clear: none !important; }

/* Hide Google Ads & Map copyright details */
#mapadcontainer { display: none !important; }
#map > div:first-child + div { display: none !important; }
}

So install the Bikely.com - Cleaner site-style & enjoy!! The userstyles site let's you install it directly into Firefox via Stylish or optionally, as a user-script into Greasemonkey. The user-script also works with Opera.

No comments: