Chub.AI Timeline Improvements

Make timeline easier to use

Από την 30/07/2025. Δείτε την τελευταία έκδοση.

Δημιουργός
anden3
Βαθμολογίες
0 0 0
Έκδοση
2025-07-30d
Δημιουργήθηκε την
29/07/2025
Ενημερώθηκε την
30/07/2025
Μέγεθος
10 KB
Άδεια
MIT
Εφαρμόζεται σε

Hello!

I've been annoyed by the messy timeline on Chub for a long time, so today I spent most of the day writing a userscript that helps clean it up a lot.

Features

  • Marks favorited cards and collapses them.
  • Fades out cards that are updated rather than uploaded for the first time.
  • Marks in cyan the reason a card was added to your timeline, so cards from users you are following have a cyan author, and the tags you are following are made cyan and sorted first (and if they're not there by default the other followed tags that apply are added too).
  • If you have favorited an original card, forks of that card will have the original link cyan too.
  • Replaces the drop-down button in the bottom-right of each card with a trashcan, to permanently collapse that card (you can unhide it by clicking the collapsed card or cleaning in your userscript storage).

Setup

Only setup you need to do is fill in your API key at the top where it says YOUR API KEY HERE.

Getting your API key

  1. Open dev tools (F12) and click on the network tab, ensuring XHR is checked in the list of file types.
  2. Ensure you're logged into Chub.AI.
  3. Navigate to https://chub.ai with the network tab open, and look for the first request that starts with self, as highlighted in the picture.
  4. Click on the request, and scroll down to Request Headers. Your API key is the value to the right of the CH-API-KEY header.