beeant could you please make it, that the Practice Settings are actually being saved to the… - Feed Post by managMent
beeant could you please make it, that the Practice Settings are actually being saved to the account. Because If I click on "Save Settings", it resets the settings the next time I go to Practice
posted by managMent March 28, 2017 at 11:51pm
Comments 10
- With Beeant being ill at the moment, he may not be able to reply.
If you are using a desktop browser, you can use the following Practice Settings Saver userscript which I made a while back. This userscript automatically saves and loads your Practice Settings on your computer by storing them in cookies. Just need make sure you've got a userscript extension installed for your browser, like Tampermonkey or Greasemonkey, then click the "Raw" button on the link bellow. ^^
https://gist.github.com/mog86uk/df95c986b63970226e86March 29, 2017 at 3:18am - I'm confused where I need to enter what.
I want to disable "Show Kanji", "Show Kana" and "Level 3". After scanning through your code I found that there is this 12 digit binary string. Because for(i=0;[...],i++) means that it goes up from 0, and because ps[0]-ps[4] are the only ones I need, entered var cookieValStr=111110000000000.
But when I activate it, it either sometimes grays out "Kanji" or doesnt do anything.
Pls Help :cMarch 30, 2017 at 4:28am - *Update*
My brain likes to think complicated....
Found out it saves it when I click "save settings" on the site.March 30, 2017 at 4:31am - So the problem is resolved.
Thank you for the script :DMarch 30, 2017 at 4:31am - What about "Show Kana"? At now it works on kana which under question's kanji, see here:
https://i.imgur.com/WiaxsE3.png
But it doesn't work on answer's kana, they even are dublicated:
https://i.imgur.com/7mMaOJW.pngMarch 30, 2017 at 5:03am - @managMent, Np. Glad you like it. ^^
@Follower, Are you trying to show only kana, or are you trying to hide the kana? It's unclear to me from your screenshots which way round you are trying to achieve.
Show kana and show kanji are both ON (blue) by default, meaning it shows both kanji and kana. If you don't want one of those shown, turn OFF (grey) the one you want to be hidden.
So, if you don't want to see kana underneath the question or kana next to the answer choices, leave "show kanji" turned on (blue) and turn off "show kana" (grey). To me, this is what it sounded like you were asking for. This works perfectly. ^^March 30, 2017 at 9:19am - Thanks, it is work. Funny, I did always "turn off" both: kana and kanji.March 30, 2017 at 9:33am
- Another question: how you did this?
https://cdn.japaneseclass.jp/assets/upload/wall/29909_1450918479.jpgMarch 30, 2017 at 9:36am - @Follower, That screenshot is of another userscript I made: my "answer-by-typing mod" for JCJP's Practice feature.
With this mod, the answer choices are hidden and I have to type the correct answer instead. I made it to give myself more of a challenge. This is what I use whenever I'm doing Practice. I've shared it with a few users, but haven't shared it publicly (yet). I still intend to polish it up and make a public release, but I have another project I'm working on that I want to finish first. ^^March 31, 2017 at 3:31am - OK, notify me or to do something, when it is finished. Hehe, I would to try it.March 31, 2017 at 4:05am