JPDB Immersion Kit Examples

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.

  • v1.22 20/04/2025

    Changes made by JaiWWW: Add hotkeys to go to next/previous example

  • v1.21.4 13/03/2025

    Changes made by JaiWWW: Remove width restriction on meanings subsection

  • v1.21.3 13/03/2025

    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)

  • v1.20 17/12/2024

    version number fix

  • v1.19 17/12/2024
  • v1.18 17/12/2024
  • v1.19 17/12/2024

    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.

  • v1.18 14/12/2024

    expanded cached data limits. cached data will no longer expire. this should reduce pressure on immersionkit's api

  • v1.17 14/12/2024

    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.

  • v1.16 21/11/2024

    fixed, arrow buttons once again stop the old example audio

  • v1.15 21/11/2024

    fixed audio playing twice at once during reviews

  • v1.14 12/11/2024

    fixed blank embed appearing on all search pages. should properly only appear on pages with a single result

  • v1.13 12/11/2024

    fixed saving blank data when immersion kit api is down. any existing blank data will be deleted and new blank data won't be saved
    added embed with loading text immediately upon script being loaded
    added automatic retry when immersion kit api returns zero examples
    added error text when immersion kit api returns zero examples
    added name of anime/game when no image is found, added by yevh
    added embed when searching vocab. Only works when a single result is returned

  • v1.12 09/10/2024

    added name of anime/game into the image hover text, added by yevh

  • v1.11 04/10/2024

    added vocab font size option
    fixed database handling
    fixed vocab parsing when url contained extra queries

  • v1.10 24/09/2024

    fixed bug- large amounts of cached data caused it to be ignored
    fixed bug- settings weren't resetting/deleting properly

  • v1.9 20/09/2024

    fixed examples with no images
    delete button now also clears cached data
    fixed audio popping on firefox

  • v1.8 12/09/2024

    cache data from api to massively speed up repeat vocab

  • v1.7 11/09/2024

    massive rewrite to improve readability
    fixed preload to work during reviews again
    Immersion Kit text is now a clickable link to the current vocab
    image hover text now says the vocab and example number
    stop audio a different way that doesn't throw a warning
    left some debug console logs in
    added a built-in menu to change config. no more editing the script required
    added a delete all favorites button
    moved import/export buttons into the menu
    added minimum example length option. warning this will break your current favorites

  • v1.5 08/09/2024

    fixed issue with favorites and the first example
    removed audio playing when clicking star button

  • v1.4 08/09/2024

    added exact search option
    wide mode fixes

  • v1.3 08/09/2024

    added wide mode

  • v1.2 08/09/2024

    limited sounds to playing only one at a time

  • v1.1 08/09/2024

    fixed audio in Chrome

  • v1.0 08/09/2024