Other active scripts on the Settings and any forums pages are WK Real Numbers, WK Clean Dashboard and Kanji Highlighter. On the Dashboard, there are also Ultimate Timeline, LevelUP Celebrator, Review Count Analysis, and Dashboard Progress Plus.
Mempo said...When I feel bored the idea is that I would go do something else (preferrably in Japanese) instead of clicking on the forums just because they're there. The forums aren't that interesting to make me go into tamper monkey to reveal them, I just don't want to see it.Reckard said... I don't procrastinate on my reviews, but I do check the forums more often than I'd like. Could there be an option to make the forums hidden all the time?Sure. Seems a bit harsh though. And if it's just a checkbox, what's there to stop you from unchecking it when you feel bored? I'll think about a better solution for this.
NordicRest said... Other active scripts on the Settings and any forums pages are WK Real Numbers, WK Clean Dashboard and Kanji Highlighter. On the Dashboard, there are also Ultimate Timeline, LevelUP Celebrator, Review Count Analysis, and Dashboard Progress Plus.Hi. I wrote an update. Do you still have that problem? It will ask for your API key again, so that's normal.
Mempo said...It set the API key properly (I think, I got the popup), though I don't have any reviews, so I can't tell if it's working in that regard. I'll be glass-half-full and say it's working, though. Cheers!NordicRest said... Other active scripts on the Settings and any forums pages are WK Real Numbers, WK Clean Dashboard and Kanji Highlighter. On the Dashboard, there are also Ultimate Timeline, LevelUP Celebrator, Review Count Analysis, and Dashboard Progress Plus.Hi. I wrote an update. Do you still have that problem? It will ask for your API key again, so that's normal.
NordicRest said...Lol, that's inconvenient... I've had it too a few times. Even now I actually have no idea if the new version even works because I don't have enough reviews :/Mempo said...It set the API key properly (I think, I got the popup), though I don't have any reviews, so I can't tell if it's working in that regard. I'll be glass-half-full and say it's working, though. Cheers!NordicRest said... Other active scripts on the Settings and any forums pages are WK Real Numbers, WK Clean Dashboard and Kanji Highlighter. On the Dashboard, there are also Ultimate Timeline, LevelUP Celebrator, Review Count Analysis, and Dashboard Progress Plus.Hi. I wrote an update. Do you still have that problem? It will ask for your API key again, so that's normal.
But you can check if the settings are loaded properly without reviews. If you open the developer's console, it should read '##### found the settings!' on the second line and below that is a list of the settings, including your API key.
Let me know if there are any more problems.
Mempo said... Lol, that's inconvenient... I've had it too a few times. Even now I actually have no idea if the new version even works because I don't have enough reviews :/Looks fine in the console. "started asfawe" to "difference in time is 5156467442315454354" loads with no errors.
But you can check if the settings are loaded properly without reviews. If you open the developer's console, it should read '##### found the settings!' on the second line and below that is a list of the settings, including your API key.
Let me know if there are any more problems.
To all: it’s not working 100% since the last update. I’ll resolve the issues tomorrow.
Renbowsophie said... This sounds so cool!! I love how it works as a reward system. No forums until you do your reviews. ψ(`∇´)ψI agree! This is great! :D
For now, I'm on track... but we'll see if I start slipping when I have more reviews in future... I will keep this in the back of my mind. (I for sure spend too much time on the forums... Only... I don't consider it a waste.... but... but... yeah! ^_^;;;
I have 0 reviews and 7 lessons and the forums appear available but when I click on them, a popup says they’re in lock down. Had to disable it to post :'D
Yabba said... I have 0 reviews and 7 lessons and the forums appear available but when I click on them, a popup says they're in lock down. Had to disable it to post :'DI've noticed that sometimes. It's probably because the new review count isn't saved properly. Going back to the dashboard and refreshing the page usually solves it for me. A more permanent solution will arrive no sooner than February. I'm currently on a development hiatus.
This is pretty funny but no way that I will make my life harder and remove the comforting possibility of procrastination 
duran397 said... This is pretty funny but no way that I will make my life harder and remove the comforting possibility of procrastination :DTo each his own. Some people need it and some don't.
Mempo, I like your new samurai cat! 
AnimeCanuck said... Mempo, I like your new samurai cat! :DHaha, thank you! It's an old picture of me, taken right after I graduated the Samurai Academy ;p
hello,
I tested it today, it does not seem to modify the dashboard at all (June’18).
It is still working fine for me. Do you maybe see an error in the browser console?
started Wanikani Procrastination Annihilation BETA
userscript.html:14:3
{"apiKey":"XXXXXXXXXdd1ed354","lastUnlock":0,"lastReviewAmount":0,"unlockPercentage":0.5,"onLockDown":false,"resetTime":1800000,"offset":30}
userscript.html:33:3
##### found the settings!
userscript.html:70:5
//////////////////////////////
userscript.html:73:3
apiKey is XXXXXXXXa0dd1ed354
userscript.html:74:3
lastUnlock is 0
userscript.html:75:3
lastReviewAmount is 0
userscript.html:76:3
onLockDown is false
userscript.html:77:3
//////////////////////////////
userscript.html:78:3
inside checklockdown function
userscript.html:143:3
resettime is 1800000
userscript.html:144:3
difference in time is 1527846988092
userscript.html:145:3
Loading failed for the <script> with source “https://js-agent.newrelic.com/nr-1071.min.js”.
dashboard:1
current amount of reviews is 0
userscript.html:155:11
last amount of reviews is 0
userscript.html:156:11
time to reset is true
userscript.html:157:11
reviews < offset
userscript.html:165:29
And how many reviews do you have? Because apparently the script thinks you have 0 reviews. It will only hide the forums if there are more than X (not sure if it is more than 0 or a higher number).
Ok, then I think I missed the purpose of the script. I thought the panels were always hidden.
Sorry for the disturbance, I will check once I have new reviews coming.
If you want to hide some panels permanently then you could install some extension like Stylish and use this user style instead:
If you only want to hide the forum and nothing else you would do:
@-moz-document url(https://www.wanikani.com/dashboard)
{
/*------ USELESS PANELS ------*/
.forum-topics-list {
display: none !important;
}
}