NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name 0.3333333333333333333333*3等于1 // @version 0.1.1 // @description 在番剧详情页面显示评分的更多位小数 // @match *bgm.tv/subject/* // @match http://bangumi.tv/subject/* // @match http://chii.in/subject/* // ==/UserScript== var a=0;$(".global_score .number").text(($(".horizontalChart .count").text().replace(/\)|\(/g," ").trim().split(/\s+/).map(Number).reduce(function(b,d,c){a+=d+(1==c?b:0);return(1==c?10*b:b)+d*(10-c)})/a||0).toFixed(10));