--- ppcounter.user.js~ 2011-04-26 04:42:20.000000000 +0900 +++ ppcounter.user.js 2011-12-29 16:39:57.000000000 +0900 @@ -340,7 +340,7 @@ } else if(movelist.some(function(x){ md = x; - return b1.replace(/-/g, "ー") == x.name; + return b1.replace(/[−-]/g, "ー") == x.name; })){ new_pp = Math.floor((md.pp * 1.6) - 1); pp_list.push(new PpData(all_p[i].align, b0, b1, new_pp));