فهرست منبع

docs: update readmes, changelog and integrations

Sv443 7 ماه پیش
والد
کامیت
e50bc56bae
4فایلهای تغییر یافته به همراه13 افزوده شده و 14 حذف شده
  1. 5 5
      README-summary.md
  2. 7 7
      README.md
  3. 0 1
      changelog.md
  4. 1 1
      src/dev/integrations.md

+ 5 - 5
README-summary.md

@@ -15,17 +15,17 @@
 ### Features:
 All of these can be toggled and configured in the configuration menu.
 - Layout & User Experience:
-  - Auto-like your favorite channels' songs and videos
-  - Show the amount of likes and dislikes on songs (powered by returnyoutubedislike.com)
+  - Show the approximate amount of likes and dislikes on songs (powered by returnyoutubedislike.com)
   - Open any song's lyrics on genius.com which generally has higher quality than YouTube's providers
   - Quick actions on songs in a queue, to quickly open their lyrics or remove them from the queue
+  - Quickly scroll to the currently active song in the queue by clicking a button
   - Set a custom size and step resolution for the volume slider and show a percentage label next to it
-  - Improvements to clickability of song titles and thumbnails when wanting to open them in a new tab
   - Remember the time of the last played song to resume playback after reloading or reopening the tab
-  - Quickly scroll to the currently active song in the queue by clicking a button
+  - Improve clickability of song titles and thumbnails when wanting to open them in a new tab
   - Remove the tracking parameter from URLs in the share menu
   - Automatically close permanent notifications
 - Input / Interaction:
+  - Auto-like songs and videos of your favorite creators on both YouTube and YouTube Music
   - Use arrow keys to skip forward or backward by a configurable amount of time
   - Press number keys to skip to a percentage of the currently playing song
   - Press a hotkey on a video/song to switch between YouTube and YouTube Music, while keeping the video time
@@ -36,7 +36,7 @@ All of these can be toggled and configured in the configuration menu.
 <br>
 
 To toggle and configure features, after installing the userscript, click the "BetterYTM" text under the logo to open the configuration menu.  
-If you disabled the watermark, you can still click your avatar in the top right corner on YTM or open the left sidebar on YT to open it.  
+If you disabled the watermark, you can still open it by clicking your avatar in the top right corner on YTM or through the left sidebar on YT.  
   
 My work relies on donations, so if you like this userscript please consider [supporting development ❤️](https://github.com/sponsors/Sv443)
 

+ 7 - 7
README.md

@@ -14,20 +14,20 @@
 </div>
 <br>
 
-<!-- TODO: -->
-
 ### Features:
 All of these can be toggled and configured in the configuration menu.
 - Layout & User Experience:
+  - Show the approximate amount of likes and dislikes on songs (powered by returnyoutubedislike.com)
   - Open any song's lyrics on genius.com which generally has higher quality than YouTube's providers
   - Quick actions on songs in a queue, to quickly open their lyrics or remove them from the queue
+  - Quickly scroll to the currently active song in the queue by clicking a button
   - Set a custom size and step resolution for the volume slider and show a percentage label next to it
-  - Improvements to clickability of song titles and thumbnails when wanting to open them in a new tab
   - Remember the time of the last played song to resume playback after reloading or reopening the tab
-  - Quickly scroll to the currently active song in the queue by clicking a button
+  - Improve clickability of song titles and thumbnails when wanting to open them in a new tab
   - Remove the tracking parameter from URLs in the share menu
   - Automatically close permanent notifications
 - Input / Interaction:
+  - Auto-like songs and videos of your favorite creators on both YouTube and YouTube Music
   - Use arrow keys to skip forward or backward by a configurable amount of time
   - Press number keys to skip to a percentage of the currently playing song
   - Press a hotkey on a video/song to switch between YouTube and YouTube Music, while keeping the video time
@@ -35,10 +35,10 @@ All of these can be toggled and configured in the configuration menu.
   
 ... and these are just the notable features, there are many more smaller features, improvements and fixes!
 
-<br><br>
+<br>
 
 To toggle and configure features, after installing the userscript, click the "BetterYTM" text under the logo to open the configuration menu.  
-If you disabled the watermark, you can still click your avatar in the top right corner on YTM or open the left sidebar on YT to open it.  
+If you disabled the watermark, you can still open it by clicking your avatar in the top right corner on YTM or through the left sidebar on YT.  
   
 > [!NOTE]  
 > My work relies on donations, so if you like this userscript please consider [supporting development ❤️](https://github.com/sponsors/Sv443)
@@ -74,7 +74,7 @@ To install the latest development build [click here](https://github.com/Sv443/Be
 <br><br><br>
 
 ## Integrations:
-BetterYTM integrates with other extensions and tools to adjust their behavior and provide a smoother experience:
+BetterYTM integrates with other extensions and tools to adjust its or their behavior and provide a smoother experience:
 - [Dark Reader](https://darkreader.org/)
 - [Enhancer for YouTube](https://www.mrfdev.com/enhancer-for-youtube)
 - [Return YouTube Dislike](https://returnyoutubedislike.com/)

+ 0 - 1
changelog.md

@@ -5,7 +5,6 @@
 ## 2.1.0
 - **Added features:**
   - Added an experimental feature to like songs and videos of certain channels (on both sites) automatically.  
-    Since this feature is still experimental, to be able to turn it on, you first need to enable advanced mode in the settings.  
     The button to toggle auto-liking will only show up on channel pages until the next update. Please report any issues you encounter.
   - Added the ability to show the approximate amount of likes and dislikes on the currently playing song (powered by [Return YouTube Dislike](https://returnyoutubedislike.com/))
   - Added support for themes set by the [ThemeSong](https://github.com/KristofferTroncoso/ThemeSong) extension

+ 1 - 1
src/dev/integrations.md

@@ -4,7 +4,7 @@ BetterYTM integrates with other extensions and tools to provide a smoother exper
   - BYTM has a plugin system that allows users to write their own userscripts to extend the functionality of BYTM and benefit from its APIs
 - [Dark Reader](https://darkreader.org/)
   - BYTM disables the extension entirely in YTM because the site doesn't even have a light theme
-  - Dark Reader is disabled for some elements, as it breaks BYTM's precise styling
+  - Dark Reader is also explicitly disabled for some elements, as it breaks BYTM's precise styling
 - [Enhancer for YouTube](https://www.mrfdev.com/enhancer-for-youtube)
   - BYTM integrates the set theme in its own UI elements on YT
 - [Return YouTube Dislike](https://returnyoutubedislike.com/)