thefreedictionary.com - clean up

thefreedictionary.com - clean up
1130

The author has marked this style as obsoleted by thefreedictionary - cleanup (alternative version).

The LookItUp beta script incorporates page clean up & makes this rather useless. Besides the style's broken too.

By Chad-)
Last updated Mar 17 2007
2 installs this week, 108 total.

I wrote this style mainly to optimise the site's layout for the LookItUp greasemonkey userscript.
http://userscripts.org/scripts/show/7715

Update: made the searchbox more symmetrical (credit goes to Webb)

* removes everything except the search box & the definition
* fixes the position of the search box
* adds background colour & border to the search box that matches the site's styles

--------------------

@Rosell: The userscript is auto-generated by the site. Hmm..it appears the site rules aren't carried over to the script. Jason Barnabe (np) will have to look into that.

Before
After

Install options

Feedback

Reviews

blkcam said on Apr 20 2007


Rosell said on Mar 17 2007

Hi!
The script runs on all domains as default.
If you add the following line, the script will per default only run on http://www.thefreedictionary.com
// @include http://www.thefreedictionary.com/*

Webb said on Mar 17 2007

The search box overlaps the definition sometimes - fixed with

#MainTxt,
body > div > p {
margin-top: 50px !important;
}

.ad {
/* Your ad can be here instead. 10K unique visitors for $5/day. Mail me. */

}