Ver código fonte

update readme

Sv443 3 anos atrás
pai
commit
abee509a3e
1 arquivos alterados com 20 adições e 5 exclusões
  1. 20 5
      README.md

+ 20 - 5
README.md

@@ -1,20 +1,35 @@
 # BetterYTM
-Userscript that improves YouTube Music
+Userscript that improves [YouTube Music](https://music.youtube.com/)
 
 <br>
 
 ## Features:
 - Use arrow keys to skip forward or backward by 10 seconds
 - Switch between YouTube and YouTube Music on a video by pressing a hotkey (F9 by default)
+- Disable the "Upgrade" / YT Music Premium tab in the title bar
 
 <br>
 
+To toggle or configure features, install the userscript, then edit it and look for the big "Settings" banner.  
+Below it you will find an object with properties that can be set to `true` or `false` accordingly.  
+  
+Once this script is more finished, I might add a menu to toggle these more easily.
+
+<br><br>
+
 ## Install:
 - Install a userscript manager
-    > Firefox: [GreaseMonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)
-    > Chrome: [TamperMonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en)
+    > Firefox: [GreaseMonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)  
+    > Chrome: [TamperMonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en)  
     > Edge: [TamperMonkey](https://microsoftedge.microsoft.com/addons/detail/tampermonkey/iikmkjmpaadaobahmlepeloendndfphd)
-- **[Install full version](https://github.com/Sv443/BetterYTM/raw/main/BetterYTM.user.js)** (or [minified](https://github.com/Sv443/BetterYTM/raw/main/BetterYTM.min.user.js))
+- **[Click here to install](https://github.com/Sv443/BetterYTM/raw/main/BetterYTM.user.js)** (or [install minified version](https://github.com/Sv443/BetterYTM/raw/main/BetterYTM.min.user.js))
+
+<br><br>
+
+### Disclaimers:
+- I am not affiliated with YouTube, Google, Alphabet, or anyone else
+- I do not intend to ever collect any data about you, everything in this script is done and stored locally on your device or on YouTube's servers
+- I can't guarantee this software is without flaws. If something bad happens, I don't accept blame. I do however accept [bug reports.](https://github.com/Sv443/BetterYTM/issues/new)
 
 <br><br><br><br><br><br>
 
@@ -23,6 +38,6 @@ Userscript that improves YouTube Music
 Made with ❤️ by [Sv443](https://github.com/Sv443)  
 If you like this userscript, please consider [supporting me](https://github.com/sponsors/Sv443)  
   
-© 2021 Sv443 - [MIT license](./LICENSE.txt)
+© 2022 Sv443 - [MIT license](./LICENSE.txt)
 
 </div>