Embeds anime images & audio examples into JPDB review and vocabulary pages using Immersion Kit's API. Compatible only with TamperMonkey.
queste sono le versioni di questo script in cui il codice è stato aggiornato Visualizza tutte le versioni.
Changes made by JaiWWW: Add hotkeys to go to next/previous example
Changes made by JaiWWW: Remove width restriction on meanings subsection
Changes made by JaiWWW: Added 2 new config options: Definitions on right in wide mode (instead of the usual left) Default to exact search - controls whether the examples browser initially shows exact or non-exact search results Added a script-wide prefix to the localStorage variables used in the script, to avoid potential clashing with other programs and make it easier to find variables belonging to this script Favourites are still exported and imported without the script prefix for conciseness and full backwards compatibility Non-prefixed variables will no longer be written, but they will still be read if no prefixed one is found (for backwards compatibility - in this case a prefixed version will also be created immediately) and removed (along with the prefixed version) on removing favourites.Changes made by awoo:Fixed new vocab parsing (issue where results would never load)
version number fix
added blacklist system. for when a word has only bad examples.slimmed the stored data. 70% smaller!added export/import data. export&import your data to slim it.added filename to image hover text. this tends to reveal episode number and timestamp of the examples.added delay to automatic retry. should succeed more often.added arrow resizing. small screens need small arrows.
expanded cached data limits. cached data will no longer expire. this should reduce pressure on immersionkit's api
added connect tags. users no longer need to allow domains on first use. this fixes the case where sometimes new users weren't getting the popup.
fixed, arrow buttons once again stop the old example audio
fixed audio playing twice at once during reviews
fixed blank embed appearing on all search pages. should properly only appear on pages with a single result
fixed saving blank data when immersion kit api is down. any existing blank data will be deleted and new blank data won't be savedadded embed with loading text immediately upon script being loadedadded automatic retry when immersion kit api returns zero examplesadded error text when immersion kit api returns zero examplesadded name of anime/game when no image is found, added by yevhadded embed when searching vocab. Only works when a single result is returned
added name of anime/game into the image hover text, added by yevh
added vocab font size optionfixed database handlingfixed vocab parsing when url contained extra queries
fixed bug- large amounts of cached data caused it to be ignoredfixed bug- settings weren't resetting/deleting properly
fixed examples with no imagesdelete button now also clears cached datafixed audio popping on firefox
cache data from api to massively speed up repeat vocab
massive rewrite to improve readabilityfixed preload to work during reviews againImmersion Kit text is now a clickable link to the current vocabimage hover text now says the vocab and example numberstop audio a different way that doesn't throw a warningleft some debug console logs inadded a built-in menu to change config. no more editing the script requiredadded a delete all favorites buttonmoved import/export buttons into the menuadded minimum example length option. warning this will break your current favorites
fixed issue with favorites and the first exampleremoved audio playing when clicking star button
added exact search optionwide mode fixes
added wide mode
limited sounds to playing only one at a time
fixed audio in Chrome