Just get this script instead, it’s better
Forums: Easy Furigana
I can’t believe I haven’t made a thread for this already!
This script adds a button in the replybox toolbar, that converts simple syntax to furigana code. When you click the button the script automatically turns
<漢字>[かんじ] into <ruby>漢字<rp>(</rp><rt>かんじ</rt><rp>)</rp></ruby>
, which displays as 漢字
and
<漢字>{かんじ} into <ruby>漢字<rp>(</rp><rt><span class="spoiler">かんじ</span></rt><rp>)</rp></ruby>
which displays as 漢字
Makes it much easier to add furigana to a post.
Available At
→ All Of Mami-sensei’s Beginner Threads ←
Firefox + Tampermonkey users
Using this script on Firefox with Tampermonkey is only possible if you disable a certain security setting due to a strict Content Security Policy. If you wish to use this script and not switch script handler to something which does work (such as Violentmonkey), you can disable the CSP by going to about:config
, searching for security.csp.enable
and setting it to false
.