Skip to content

Releases: dideler/toggle-youtube-comments

Show comment count in toggle button

21 Jan 22:58
Compare
Choose a tag to compare

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


Changes: v2.4.0...v2.5.0

Japanese localisation

07 Jan 00:34
Compare
Choose a tag to compare

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.

See #15 and #18


Changes: v2.3.1...v2.4.0

Fix visibility of comments box on Old YouTube

02 Jan 23:50
Compare
Choose a tag to compare

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

27 Dec 22:12
Compare
Choose a tag to compare

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

12 Nov 23:35
Compare
Choose a tag to compare

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

04 Nov 10:44
Compare
Choose a tag to compare

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

18 Sep 21:03
Compare
Choose a tag to compare

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

04 Nov 10:42
Compare
Choose a tag to compare

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

11 Sep 20:19
Compare
Choose a tag to compare

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

11 Sep 20:17
Compare
Choose a tag to compare

Live videos do not have a comments section. Instead these pages have live chat.


Changes: v2.0.5...v2.0.6