niconicoトップ のランキングへのリンクをデイリーに変えるgreasemonkey

// ==UserScript==
// @name       Niconico Dialy Ranking
// @namespace  http://localhost/
// @include    http://www.nicovideo.jp/*
// ==/UserScript==


var link = document.getElementById("menu-ranking");

link.setAttribute("href", "/ranking/mylist/daily/all");
//link.innerHTML = "hoge";

//alert("hello");