From ecc6c218af8ef864fe8d03badfed0e6e7c730fd0 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 28 Jun 2022 18:17:14 +0200 Subject: put each fix in a separate directory with its own index.json This commit also updates the repository to use version 2 of package source schema. --- .../youtube_yewtube_redirection.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/youtube-com-redirect-yewtube/youtube_yewtube_redirection.js (limited to 'src/youtube-com-redirect-yewtube/youtube_yewtube_redirection.js') diff --git a/src/youtube-com-redirect-yewtube/youtube_yewtube_redirection.js b/src/youtube-com-redirect-yewtube/youtube_yewtube_redirection.js new file mode 100644 index 0000000..5b90776 --- /dev/null +++ b/src/youtube-com-redirect-yewtube/youtube_yewtube_redirection.js @@ -0,0 +1,21 @@ +/** + * SPDX-License-Identifier: CC0-1.0 + * + * Redirect youtube.com to yewtu.be + * + * Copyright (C) 2021 Wojtek Kosior + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the CC0 1.0 Universal License as published by + * the Creative Commons Corporation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * CC0 1.0 Universal License for more details. + * Available under the terms of Creative Commons Zero. + */ + +/* Use with https://www.youtube.com/*** */ + +window.location.href = make_yewtube_url(document.URL); -- cgit v1.2.3