LDR for Weather

By kuy Last update Sep 20, 2008 — Installed 106 times.
Script Summary:
change the appearance for livedoor Weather (http://weather.livedoor.com/) feed.

This script has no discussions.

start the discussion

This script has no reviews.

Information

Latest version : 0.3.1 [2008-09-20]

Tested platform :
Firefox 3.0.1 + Greasemonkey 0.8.20080609.0
Firefox 2.0.0.16 + Greasemonkey 0.8.20080609.0

Support page : LDR for Weather: Pretty-Printing livedoor weather feed

Settings

Configurable items:
  • limit - Number. To limit display number of days into table.
  • label - Boolean. Display weather name if you set true.
  • interval - Number. The interval time for entry crawler.
  • today - String. Background color of highlight today.
//// Config
var cfg = {
	limit: {
		before: 7,
		after: 6
	},
	label: true,
	interval: {
		first: 50,
		default: 100
	},
	today: '#FFAA59'
}

Todo

  • Bugfix: 処理が終了しないうちに別のフィードに移動するとエントリが消えてしまう。
  • Opera support

Updates

  • 2008-02-?? - 0.1.0 - first release
  • 2008-03-25 - 0.2.0 - improved: cleaned, optimized, highlight today
  • 2008-03-26 - 0.2.1 - improved: add configurable items
  • 2008-04-04 - 0.2.2 - bugfixed: sort by date (radix bug)
  • 2008-09-20 - 0.3.0 - supported: Firefox 3
  • 2008-09-20 - 0.3.1 - improved: supported min-temperature