你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/15582-wanikani-review-srs-level-indicator/discussions/20840,源站連結 點此以跳轉

Wanikani Review SRS/Level Indicator

Show current SRS level of the item you are reviewing

< 脚本 Wanikani Review SRS/Level Indicator 的反馈

提问 / 留言

§
发布于:2017-11-22

Not showing any level (unknown SRS level)

I'm in level 2. I get the unknown srs level for all items I review.

§
发布于:2018-06-01

I get this too, for all items. Looking at the thread over on WK, the author couldn't replicate the behavior.

I edited one line in the script (in Tampermonkey), at line 118 from

// Item level
$("span#level_indicator").attr("title","Level " + $.jStorage.get('currentItem').level);

to

$("span#level_indicator").attr("title","Level " + level);

so that it shows a number.

发布留言

登录以发布留言。