-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |