Releases: dideler/toggle-youtube-comments
Show comment count in toggle button
The number of comments is now included in the toggle button when comments are hidden.
Thanks to @1natsu172 for coming up with the idea and implementing it!
For more details, see #20 and #24.
Other noteworthy changes
- Added a code of conduct
- Added a contributing guide
- Licensed the project under the MIT license
- Replaced build scripts with a makefile
Changes: v2.4.0...v2.5.0
Japanese localisation
Localise the extension for Japanese audiences, starting with translations of the text for the toggle buttons and the extension's long description on the chrome web store.
Changes: v2.3.1...v2.4.0
Fix visibility of comments box on Old YouTube
We accidentally introduced a regression in v2.3.0. On Old YouTube, part of the comments box would still be visible after hiding the comments. Thanks to @1natsu172 for the fix 🥇
See issue #16 for more info.
Changes: v2.3.0...v2.3.1
Preload comments
Instantly show comments (when they are visible) by preloading them.
No longer need to scroll down the page for comments to load.
See #12 for more info.
Changes: v2.2.2...v2.3.0
Fix detection of New YouTube home page
If detection fails on the homepage, we won't be able to inject the comments button when the user later navigates to a video.
Changes: v2.2.1...v2.2.2
Fix detection of New YouTube
The detection broke as New YouTube changed its DOM. This was causing the 'Show comments' button to not appear on New YouTube. Now we check for New YouTube by checking if it's a Polymer app.
Changes: v2.2.0...v2.2.1
Internationalise the extension
Make it easier to adapt to various languages and regions.
Localise to default locale 'en' (all variations of English).
Changes: v2.1.0...v2.2.0
Internal rewrite
Refactor internals so the code is more robust, and easier to maintain and extend.
Changes: v2.0.7...v2.1.0
Fix comments button not showing
Fix a regression introduced by v2.0.6 that would cause the comments button not to be added to regular (i.e. non-live) video pages.
Changes: v2.0.6...v2.0.7
Do not show comments button on live videos
Live videos do not have a comments section. Instead these pages have live chat.
Changes: v2.0.5...v2.0.6