Stack Exchange: "View Vote totals" without 1000 rep

Enables the total vote counts feature without requiring an account or 1k+ reputation.

< 腳本Stack Exchange: "View Vote totals" without 1000 rep的回應

評論:正評 - 腳本一切正常

§
發表於:2015-12-02

Great script

Thanks a lot for this very useful script! It works great.

One suggestion, please: when mouseover a question's vote count to show as a tooltip: "click to view vote totals".

§
發表於:2015-12-04
編輯:2015-12-04

One suggestion, please: when mouseover a question's vote count to show as a tooltip: "click to view vote totals".

i.e. add this:

var list = document.getElementsByClassName('vote-count-post');
for (var i = 0; i < list.length; i++) {
    list[i].title = "Click to view vote totals";
}

發表回覆

登入以回復

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址