Script Summary: This script replaces default ranking with your favorite ranking on NicoVideo.
Information
Latest version : 0.1.1 [2008-06-23]
Tested platform : Firefox 3.0 + Greasemonkey 0.8
Support page : NicoVideo My Ranking: Replace with your favorite ranking page
Settings
Configurable items:- category- String. Category name.
- target - String. Specify target of ranking.
- period - String. Counting period.
/////////////// configurations ////////////////
var cfg = {
// all, music, ent, anime, game, radio, sport, science,
// cooking, politics, animal, history, nature, lecture, play,
// sing, dance, owner, diary, que, chat, test, tw, other
category: 'game',
// view, res, mylist
target: 'view',
// newarrival, daily, weekly, monthly, total
period: 'daily'
}
///////////////////////////////////////////////Todo
- welcome any idea! ;)
Updates
- 2008-06-02 - 0.1.0 - first release
- 2008-06-23 - 0.1.1 - update for NicoVideo Simple UI



