Mozzarella

Home

FairyNote2 - Youtube Chapter Generator

This is a extension for those need to do manually indexing and adding outlines for youtube live streams when the stream is running.

### Change 2.8.1

- Remove tabs permission.
- You can now try to use FairyNote on whatever website you like ( not guaranteed )

### Change 2.8.0

- Experimentally Support more websites
- BiliBili
- Odysee
- LBRY.tv
- New Feature: Open the list in the menu and see what you are working on from now on.
- Upgrade to Webpack 5 and AntD 4.10
- Minor refactor


### Change 2.7.5

- User can now close FairyNote with extension icon on youtube pages other than video page.
- Minor bug fix: limit timestamps to prevent negative values.

### Change 2.7.4

- Automatically add first section which is needed for youtube to activate the chapter feature.

### Change 2.7.3

- Adapt Youtube Chapter feature.
- Upgrade Antd Components
- Change toggle shortcut to Ctrl+Shift+G

### Change 2.7.2

- Minor fix.

### Change 2.7.1

- Minor fix. Sometimes app crashes when deleting items using keyboard shortcut.

### Change 2.7.0

- Use local storage instead of account syncronized storage which is more limited in size.
- Improve auto saving machanism and make save data smaller
- TODO: save data management facilities.

### Change 2.6.3

- Optimized saving pattern, now FairyNote do less saving attempts. This may help when you have problem syncing the data across devices.
- No longer select full text when a card is selected.

### Change 2.6.2

- Fixed sorting in speech mode.

### Change 2.6.1

- Fixed encoding of csv and srt files.

### Change 2.6.0

- Added a new feature to replace special words in the output with visually recognizable forms.

### Change 2.5.0

- Added a new mode "Number" which should fit most videos
- Added a new export mode. Now you can export srt format subtitle out of the timeline. Which should be useful if you are familiar with the YouTube subtitle maker.

### Change 2.4.2

- Fix the issue that the video time is not consistent during live stream

### Change 2.4.1

- Minor bug fix related to drag and drop feature.

### Change 2.4.0

- Add progress bar tool. Now you can view and manage the text blocks on the youtube progress bar.

### Change 2.3.1

- Fix firefox timepicker issue and some minor styling issues. The new time picker respond to keyboard Up/Down or Shift+Up/Shift+Down to adjust the time.

The keyboard shortcuts conflict with firefox built-in shortcuts. Try https://addons.mozilla.org/en-US/firefox/addon/shortkeys/ and import the following configuration to disable these built-in shortcuts on youtube.com

[
{"key":"ctrl+shift+a","action":"disable","blacklist":"whitelist","sites":"*youtube.com*","open":false,"exported":true,"sitesArray":["*youtube.com*"],"activeInInputs":true},
{"key":"ctrl+shift+x","action":"disable","blacklist":"whitelist","sites":"*youtube.com*","open":false,"exported":true,"sitesArray":["*youtube.com*"],"activeInInputs":true},
{"key":"ctrl+shift+h","action":"disable","blacklist":"whitelist","sites":"*youtube.com*","open":false,"activeInInputs":true,"exported":true,"sitesArray":["*youtube.com*"]},
{"key":"ctrl+shift+k","action":"disable","blacklist":"whitelist","sites":"*youtube.com*","open":false,"activeInInputs":true,"exported":true,"sitesArray":["*youtube.com*"]}
]

Install