MPJ-K / userScripts

This repository stores userScripts I have worked on for the Tampermonkey browser extension.
GNU General Public License v3.0
0 stars 0 forks source link

New userScript: Move YouTube comments to top. #12

Closed MPJ-K closed 1 year ago

MPJ-K commented 1 year ago

Implement a new userScript that allows the user to move a YouTube comment to the very top of the comments list. This is particularly useful when trying to use a timestamp comment that is unpinned and has been buried.

The script should detect when comments are loaded in and add a small button to each one. When clicked, the button will move the corresponding comment to the top of the list.

MPJ-K commented 1 year ago

This is done, but will remain in testing for a while.