|
@@ -8,19 +8,51 @@
|
|
|
// @license MIT
|
|
|
// @author Sv443
|
|
|
// @copyright Sv443 (https://github.com/Sv443)
|
|
|
+// @icon https://raw.githubusercontent.com/Sv443/BetterYTM/develop/assets/icon/icon.png
|
|
|
// @match https://music.youtube.com/*
|
|
|
// @match https://www.youtube.com/*
|
|
|
-// @icon https://raw.githubusercontent.com/Sv443/BetterYTM/develop/assets/icon/icon.png
|
|
|
// @run-at document-start
|
|
|
+// @downloadURL https://raw.githubusercontent.com/Sv443/BetterYTM/develop/dist/BetterYTM.user.js
|
|
|
+// @updateURL https://raw.githubusercontent.com/Sv443/BetterYTM/develop/dist/BetterYTM.user.js
|
|
|
+// @connect api.sv443.net
|
|
|
// @grant GM.getValue
|
|
|
// @grant GM.setValue
|
|
|
// @grant unsafeWindow
|
|
|
-// @connect self
|
|
|
-// @connect youtube.com
|
|
|
-// @connect github.com
|
|
|
-// @connect githubusercontent.com
|
|
|
+// ==/UserScript==
|
|
|
+/*
|
|
|
+ ▄▄▄ ▄ ▄▄▄▄▄▄ ▄
|
|
|
+ █ █ ▄▄▄ █ █ ▄▄▄ ▄ ▄█ █ █ █▀▄▀█
|
|
|
+ █▀▀▄ █▄█ █▀ █▀ █▄█ █▀ █ █ █ █
|
|
|
+ █▄▄▀ ▀▄▄ ▀▄▄ ▀▄▄ ▀▄▄ █ █ █ █ █
|
|
|
+
|
|
|
+ Made with ❤️ by Sv443
|
|
|
+ I welcome every contribution on GitHub!
|
|
|
+ https://github.com/Sv443/BetterYTM
|
|
|
+*/
|
|
|
+
|
|
|
+/* Disclaimer: I am not affiliated with YouTube, Google, Alphabet, Genius or anyone else */
|
|
|
+/* C&D this 🖕 */
|
|
|
+
|
|
|
+// ==UserScript==
|
|
|
+// @name BetterYTM
|
|
|
+// @homepageURL https://github.com/Sv443/BetterYTM#readme
|
|
|
+// @namespace https://github.com/Sv443/BetterYTM
|
|
|
+// @version 1.0.0
|
|
|
+// @description Configurable layout and UX improvements for YouTube Music
|
|
|
+// @description:de Konfigurierbares Layout und UX-Verbesserungen für YouTube Music
|
|
|
+// @license MIT
|
|
|
+// @author Sv443
|
|
|
+// @copyright Sv443 (https://github.com/Sv443)
|
|
|
+// @icon https://raw.githubusercontent.com/Sv443/BetterYTM/develop/assets/icon/icon.png
|
|
|
+// @match https://music.youtube.com/*
|
|
|
+// @match https://www.youtube.com/*
|
|
|
+// @run-at document-start
|
|
|
// @downloadURL https://raw.githubusercontent.com/Sv443/BetterYTM/develop/dist/BetterYTM.user.js
|
|
|
// @updateURL https://raw.githubusercontent.com/Sv443/BetterYTM/develop/dist/BetterYTM.user.js
|
|
|
+// @connect api.sv443.net
|
|
|
+// @grant GM.getValue
|
|
|
+// @grant GM.setValue
|
|
|
+// @grant unsafeWindow
|
|
|
// ==/UserScript==
|
|
|
/*
|
|
|
▄▄▄ ▄ ▄▄▄▄▄▄ ▄
|
|
@@ -480,7 +512,7 @@ const scriptInfo = Object.freeze({
|
|
|
name: GM.info.script.name,
|
|
|
version: GM.info.script.version,
|
|
|
namespace: GM.info.script.namespace,
|
|
|
- lastCommit: "770496b", // assert as generic string instead of union
|
|
|
+ lastCommit: "fae706c", // assert as generic string instead of union
|
|
|
});
|
|
|
|
|
|
|