你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/6192-stack-exchange-view-vote-totals-without-1000-rep/discussions/16508,源站連結 點此以跳轉。
Enables the total vote counts feature without requiring an account or 1k+ reputation.
< 脚本 Stack Exchange: "View Vote totals" without 1000 rep 的反馈
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";
}
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".