Chub.AI Timeline Improvements

Make timeline easier to use

بۇلار بۇ قوليازمىنىڭ كود يېڭىلانغان نەشرىلىرى. بارلىق نەشرىنى كۆرسىتىش

  • v2025.09.13c 2025-09-13

    Fixed

    • Wait 2 seconds before trying to parse character list.
  • v2025.09.13b 2025-09-13

    Fixed

    • Fixed hiding of recommended cards when there were no results.
  • v2025.09.13a 2025-09-13

    Added

    • On character pages, highlight discussion if it has entries.
    • Show character rating in discussion header.
    • Hide gallery, forks, and public chats if they're empty.
    • Optionally hide related cards below the current card, disabled by default, simply change const HIDE_RECOMMENDED_CARDS = false; to true to enable.

    Improved

    • Run script on user pages and tag pages as well.
    • Ensure the cards on the page and the fetched data matches by comparing card names.

    Fixed

    • Fix favorited fork highlighting.
    • Fix favorited border not appearing.
    • Fix script not running when going backwards in history.
  • v2025.08.09a 2025-08-09
    • Support new frontpage feed dropdown used for selecting timeline.
    • Made cards faded out if the update was more than 24 hours after their creation.
    • Changed faded opacity to 50% rather than 40%.
    • Changed follows to only refresh once per hour, because it takes a few seconds and can be annoying.
  • v2025-07-30e 2025-07-30

    Thanks to a helpful user on the Chub Discord, I found out that the API key is available in localStorage, saving the user from having to manually input it.

  • v2025-07-30d 2025-07-30
    • Switch to more robust check for cached values existing.
    • If we fail to modify one card, don't skip all cards after that.
    • Check token validity by checking if the account endpoint gives us the example data, and if so, alert the user about it.
  • v2025-07-30c 2025-07-30

    Cache non-placeholder API keys so that even if the API_KEY variable gets overwritten during an update, we can load the actual key from storage. Update readme with setup guide.

  • v2025-07-30b 2025-07-30

    Actually hide the card if it is marked as hidden, sigh.

  • v2025-07-30 2025-07-30

    Fixed the hide button not doing anything.

  • v2025-07-29 2025-07-29