From 3eab15c7b1dfd4518dc193069f1b0fe74cfca4ab Mon Sep 17 00:00:00 2001 From: setop Date: Tue, 18 Mar 2025 15:01:35 +0100 Subject: [PATCH] add some explanations --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c8ecac7 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +This is a Firefox Addon that redirect youtube URL to the embed version to have a cleaner interface for free. + +# installation + +* git clone or export this repo +* go to page "about:debugging#/runtime/this-firefox" (or "about:debugging" then click "This Firefox") +* click on "Load Temporary Add-on…" +* select "manifest.json" file + +## to have it in private navication + +* go to "about:addons" +* select the extension +* for the line "Run in Private Windows", click "Allow" + + +# usage + +Load any URL like this : "https://www.youtube.com/watch?v=xxxxx" (click link or enter in the address bar), it will change it to "https://www.youtube.com/embed/xxxxxxxx" and load this page instead.