rendered paste bodyIndex: nico_related_videos.js===================================================================--- nico_related_videos.js (リビジョン 37047)+++ nico_related_videos.js (作業コピー)@@ -97,12 +97,13 @@ completer: function (context, arg) { if ((buffer.URL != last.url) || !last.completions.length) { last.completions = [];- getRelatedVideos().forEach(function (it) last.completions.push([it.url, it.title]));+ getRelatedVideos().forEach(function (it) last.completions.push([it.url, it.title, it.thumbnail])); getRelatedTags().forEach(function (it) last.completions.push([":" + it, "tag"])); last.url = buffer.URL; } context.title = ['Keyword']; context.completions = last.completions;+ context.keys = { text: 0, description: 1, icon: 2 }; } }, true