Replace hitcount with kudos/hits percentage. Sort works on the page by this ratio.
< Valutazione su AO3: Kudos/hits ratio
Clash with other userscript which changes text color.
My suggestion
var ratio_value = $('<dd class="kudoshits"></dd>').text(percents_print + '%').css('color', 'black');
Accedi per pubblicare una risposta.
Clash with other userscript which changes text color.
My suggestion