pc035860 / YCS-cont

Chrome Extension: YCS. Search for comments and authors in YouTube videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YCS-Continued

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.

Install From Stores

Manual Install

With .crx (Vivaldi, Opera etc)

  • Download the .crx file from the release page.
  • Open the .crx file with your Chromium-based browser (Chrome, Edge, Brave, Vivaldi etc).

With .xpi (Firefox)

  • 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 zip

  • 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.

Use git

  • Clone this repository.
  • Navigate to the chrome://extensions/ page and enable developer mode.
  • Click "Load unpacked" and select the repository folder.

About

Chrome Extension: YCS. Search for comments and authors in YouTube videos

License:MIT License


Languages

Language:JavaScript 94.6%Language:CSS 3.5%Language:HTML 1.9%