Original extension repository: https://github.com/sonigy/YCS
According to this issue, the extension's feature to load comments stopped working on March 28.
Since the original extension isn't open-sourced and the author hasn't provided a resolution (as of June 1), I've created a temporary fix here.
YouTube significantly changed their API for rendering the comments section on March 28. This led to the failure of extensions that relied on unofficial APIs to fetch comments.
This version tries to migrate the latest API data back to the old version, allowing the YCS extension to work as expected. However, it's unclear whether there will be updates to this version of the extension if YouTube decides to change their API usage again.
- Chrome Web Store: https://chromewebstore.google.com/detail/ycs-youtube-comment-searc/mfobjniokjbcldieppimekoibpocahed
- Firefox Add-ons: https://addons.mozilla.org/firefox/addon/ycs-continued/
- Download the .crx file from the release page.
- Open the .crx file with your Chromium-based browser (Chrome, Edge, Brave, Vivaldi etc).
- Download the .xpi file from the release page.
- Open the .xpi file with Firefox.
- To enable automatic loading on YouTube, right-click on the extension icon and choose
Always Allow on www.youtube.com
.
- Download the zip file from the release page and unzip it.
- Navigate to the chrome://extensions/ page and enable developer mode.
- Click "Load unpacked" and select the unzipped folder.
- Clone this repository.
- Navigate to the chrome://extensions/ page and enable developer mode.
- Click "Load unpacked" and select the repository folder.