From 121fa5a39389c1288caf4d5b20400599cfc72070 Mon Sep 17 00:00:00 2001 From: Sv443 Date: Tue, 17 Dec 2024 13:32:08 +0100 Subject: [PATCH] docs: update integrations --- src/dev/integrations.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/dev/integrations.md b/src/dev/integrations.md index 785cd95d7b..44dde9e587 100644 --- a/src/dev/integrations.md +++ b/src/dev/integrations.md @@ -1,17 +1,17 @@ ## Integrations with other extensions and tools BetterYTM integrates with other extensions and tools to provide a smoother experience: - (Any other userscript) - - BYTM has a plugin system that allows users to write their own userscripts to extend the functionality of BYTM and benefit from its APIs + - BYTM has a plugin system that allows users to write their own userscripts to extend the functionality of BYTM and benefit from its APIs - [you can read about it here.](../../contributing.md#developing-a-plugin-that-interfaces-with-betterytm) - [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 also explicitly disabled for some elements, as it breaks BYTM's precise styling + - BYTM disables Dark Reader entirely in YTM because the page doesn't even have a light theme. + - Dark Reader is also disabled for a few elements on YT, because it would break BYTM's styling. - [Enhancer for YouTube](https://www.mrfdev.com/enhancer-for-youtube) - - BYTM integrates the set theme in its own UI elements on YT + - BYTM adjusts itself on YT to make its own UI elements fit the configured theme better. - [Return YouTube Dislike](https://returnyoutubedislike.com/) - - BYTM shows the like and dislike counts of songs on YTM - - This functionality is also exposed on the interface for plugins to use + - BYTM shows the like and dislike counts of songs on YTM. + - This functionality is also exposed on the interface for plugins to use - [see the documentation here.](../../contributing.md#fetchvideovotes) - [SponsorBlock](https://sponsor.ajay.app/) - - The SponsorBlock popup had to have its positioning adjusted so that it works better with BYTM's and YTM's UI + - The positioning of SponsorBlock's popup element had to be adjusted so that it works better with the UI. - [ThemeSong](https://github.com/KristofferTroncoso/ThemeSong) - - BYTM automatically adjusts its colors to fit the selected theme in ThemeSong on YTM - - There is a feature to enable further layout adjustments to fit the theme + - BYTM adjusts the colors it uses throughout the YTM page to fit the theme configured in the ThemeSong extension. + - There is a feature in the BYTM config menu that can be enabled for even better integration with ThemeSong.