You are browsing as a guest. Sign up (or log in) to start making projects!

Crunchyroll Multi Sub

  • 3 Devlogs
  • 7 Total hours

Display multiple types of subtitles on the Crunchyroll watch page at the same time, as well as adjusting the timing of subtitles (+ force soft subbing).

Open comments for this post

3h 51m 28s logged

IT MOVESSS!!

What’s happening here is that the extension loads JSON data from an unlisted Gist and reads the developer notes that I put down every 5 hours. Once it does, it populates the popup with those notes.

The “1 new notes” thing isn’t actively updated yet, so I’ll implement that next. Just need to keep track of opened notes using their slug.

Only took 4 hrs 🫠

IT MOVESSS!!

What’s happening here is that the extension loads JSON data from an unlisted Gist and reads the developer notes that I put down every 5 hours. Once it does, it populates the popup with those notes.

The “1 new notes” thing isn’t actively updated yet, so I’ll implement that next. Just need to keep track of opened notes using their slug.

Only took 4 hrs 🫠

Replying to @AndyNoob

0
6
Open comments for this post

2h 18m 4s logged

Currently trying to add a dev note/changelog system by loading a gist that I have loaded on my system as a git repo and then symlinked as a file in my actual project. I actually did not know you could do that, learned it from Claude ha!

Anyways, adding a new section to the popup menu, so I had to make some space. My solution: SMOOOOTH drop down. Note how the border-radius on the bottom of the overlay settings change from 0 to rounded at different speed depending on if the drop down is retracting vs. extending. CSS is a pain in the rear even when AI is helping…

Currently trying to add a dev note/changelog system by loading a gist that I have loaded on my system as a git repo and then symlinked as a file in my actual project. I actually did not know you could do that, learned it from Claude ha!

Anyways, adding a new section to the popup menu, so I had to make some space. My solution: SMOOOOTH drop down. Note how the border-radius on the bottom of the overlay settings change from 0 to rounded at different speed depending on if the drop down is retracting vs. extending. CSS is a pain in the rear even when AI is helping…

Replying to @AndyNoob

0
9

Followers

Loading…