Bunpro: JLPT Level Indicator

Adds a JLPT level indicator in reviews.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         Bunpro: JLPT Level Indicator
// @namespace    http://tampermonkey.net/
// @version      0.3.5
// @description  Adds a JLPT level indicator in reviews.
// @author       Kumirei
// @include      *bunpro.jp/*
// @exclude      *community.bunpro.jp*
// @require      https://greasyfork.dpdns.org/scripts/370623-bunpro-helpful-events/code/Bunpro:%20Helpful%20Events.js?version=974369
// @grant        none
// ==/UserScript==

(function() {
    $('HTML')[0].addEventListener('quiz-page', function() {
        $('.srs-tracker__holder').after('<div id="JLPTlevel" class="review__stats"></div>');
        $('HTML')[0].addEventListener('new-review-item', function(e) {
            $('#JLPTlevel')[0].innerText = $('.level_lesson_info')[0].innerText.split(':')[0];
        });
    });
})();
长期地址
遇到问题?请前往 GitHub 提 Issues,或加Q群1031348184

赞助商

Fishcpy

广告

Rainyun

一年攒够 12 元

云驰互联

云驰互联