Stack Exchange: "View Vote totals" without 1000 rep

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

< Opiniones de Stack Exchange: "View Vote totals" without 1000 rep

Puntuación: Bueno; el script funciona tal y como promete

§
Publicado: 02/12/2015

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".

§
Publicado: 04/12/2015
Editado: 04/12/2015

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

Publicar respuesta

Inicia sesión para responder.

长期地址
遇到问题?请前往 GitHub 提 Issues。