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

PYTC: A recent YouTube update has broken PYTC. #55

Open MPJ-K opened 2 months ago

MPJ-K commented 2 months ago

PYTC throws an error when trying to add a pin button to a comment. It seems that assigning the innerHTML property is no longer allowed.

This should be an easy fix, just replace innerHTML with textContent.

Perhaps I will take this opportunity to improve the styling of the pin buttons, since it does not match with the new native style anymore.