// ==UserScript== // @name エレファント文字数 // @namespace エレファント // @version 0.1 // @description エレファント速報の文字数を表示 // @match http://elephant.2chblog.jp/archives/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; var $arr = $('div.article >dd >span'); var sum = 0; for (var i=0, len=$arr.length; i${sum.toString()} 字`); $('div.article >ul > li.iComment').after(ele); })();