Wanikani Burn Reviews

Adds a space on the main page that reviews random burned items

These are versions of this script where the code was updated. Show all versions.

  • v1.0.0.3 2015-08-10 Fixed the CSS conflict that made the SRS containers too wide to read
  • v1.0.0.2 2015-03-03 Removed an unremoved debugging line that limited possible items.
  • v1.0.0.1 2015-03-03 Fixed the answer check so "null" isn't accepted if there are no user synonyms.
  • v1.0 2015-03-03 Added user synonyms to the answer check; added buttons to load data (removing the need for the useCache variable) and to enable the start button; fixed the glitch where the black overlay from resizing didn't always cover the entire screen.
  • v0.9.9.6 2015-01-15 Fixed an issue where numeric input wasn't accepted.
  • v0.9.9.5 2014-12-19
  • v0.9.9.5 2014-12-19
  • v0.9.9.5 2014-12-19 Fixed more missed method name changes.
  • v0.9.9.5 2014-12-19 Fixed item type-restriction issue that resulted from missing an old variable name change.
  • v0.9.9.5 2014-12-19
  • v0.9.9.5 2014-12-19 Added a "resize" button to eliminate the previous, ambiguous control of clicking the item background.
  • v0.9.9.4 2014-12-19 Removed an alert accidentally left in from debugging.
  • v0.9.9.4 2014-12-19 Added Japanese translation button and answer submission cancelling for other readings.
  • v0.9.9.3 2014-12-19 Reverted back to 0.9.9.3 to fix errors in new version.
  • v0.9.9.4 2014-12-19
  • v0.9.9.4 2014-12-19 Added Japanese translation button and answer submission cancelling for other readings.
  • v0.9.9.3 2014-12-18 Fixed the result of the last update where an infinite loop would occur when given a meaning review after advancing from another review.
  • v0.9.9.2 2014-12-18 The button next to the textfield should now actually function as a submit button.
  • v0.9.9.1 2014-12-17 The script should now only require you to enter your API key once and then is saved internally to eliminate having to enter it again after an update.
  • v0.9.9 2014-12-17 It should no longer be required to add "@" before "require" (which has now been removed).
  • v0.9.8.2 2014-12-17 The item resurrect window should now open in a new tab instead of the opening as a new page on the same tab.
  • v0.9.8.1 2014-12-17 Long (4+ character) vocabulary words should now adjust in font size based on length instead of overflowing out of the box.
  • v0.9.8 2014-12-16 Added a start button.
  • v0.9.7.3 2014-12-16 Added trim to answers and fixed issue where spaces and dashes weren't accepting in meaning answers.
  • v0.9.7.2 2014-12-16 Fixed a positioning and size issue with the loading display element.
  • v0.9.7.1 2014-12-16 Fixed an issue with the last update where the question type text was improperly centered.
  • v0.9.7 2014-12-16 The burn reviews section should now behave much better with horizontally narrow windows. (Though "Kunyomi Reading" and "Onyomi Reading" will still run onto the next line outside of its box, but this shouldn't get in the way of any buttons)
  • v0.9.6.2 2014-12-16 Fixed issue where Burn Reviews section would overlap other sections if user had critical items.
  • v0.9.6.1 2014-12-16 Fixed accidental comment placement that resulted in wanakana script not being interpreted properly.
  • v0.9.6 2014-12-16 Added a statement to ensure that the answer input is blank before a new question. Doesn't allow answers to send if the input is blank, if no letters are found in a meaning, or if letters are found in a reading.
  • v0.9.5 2014-12-15