jQuery 实现:豆瓣小组显示楼层
右键将这个“显示楼层”加入收藏夹/书签,然后在豆瓣的小组话题页面点击这个书签,就可以了。
源代码:
var start = 1, mts = /?.*start=(d+)/i.exec(window.location.href);
if (mts != null)
start += parseInt(mts[1]);
$('li.clearfix > div.reply-doc h4').each(function (i) {
$(this).filter(':not(:has(div))').prepend('<div style="float: right;">#' + (start + i) +'</div>');
})
用 Flock 浏览器 创建
发表评论