注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
スクリーンショット: // ==UserScript== // @name Show Thumbnail in Google History // @namespace ht... スクリーンショット: // ==UserScript== // @name Show Thumbnail in Google History // @namespace http://d.hatena.ne.jp/nozom/ // @include http://www.google.*/history/* // ==/UserScript== (function(){ function getLink(a) { var link = a.href; if (link.match(/\?url=([^&]*)/)) { link = decodeURIComponent(RegExp.$1); return link; } return null; } function createFavicon(link) { var a = document.createElement('a');
2008/07/06 リンク