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";
}

댓글 남기기

댓글을 남기려면 로그인하세요.