diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | chromium.md | 32 | ||||
-rw-r--r-- | windows_registry/brave.reg | 4 | ||||
-rw-r--r-- | windows_registry/chrome.reg | 4 | ||||
-rw-r--r-- | windows_registry/edge.reg | 4 | ||||
-rw-r--r-- | windows_registry/vivaldi.reg | 4 |
6 files changed, 1 insertions, 49 deletions
diff --git a/README.md b/README.md index 39e49b71..abb76107 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A web extension that redirects YouTube, Twitter, TikTok... requests to alternative privacy friendly frontends and backends. -[](https://addons.mozilla.org/firefox/addon/libredirect/) +[](https://libredirect.github.io/download_chromium.html.) <a href="./chromium.md"> <img src ="./img/badge-chromium.png" height=60 > </a> diff --git a/chromium.md b/chromium.md deleted file mode 100644 index f9ea1e80..00000000 --- a/chromium.md +++ /dev/null @@ -1,32 +0,0 @@ -## Windows -- Save the `.crx` file link: [libredirect-2.5.1.crx](https://github.com/libredirect/libredirect/releases/download/v2.5.1/libredirect-2.5.1.crx) -- Go to `Extension Manager` -- Enable `dev mode` -- Run this registery file: - - Chrome: [chrome.reg](https://raw.githubusercontent.com/libredirect/libredirect/master/windows_registry/chrome.reg) - - Brave: [brave.reg](https://raw.githubusercontent.com/libredirect/libredirect/master/windows_registry/brave.reg) - - Edge: [edge.reg](https://raw.githubusercontent.com/libredirect/libredirect/master/windows_registry/edge.reg) - - Vivaldi: [vivaldi.reg](https://raw.githubusercontent.com/libredirect/libredirect/master/windows_registry/vivaldi.reg) -- Restart your browser -- Go to `Extension Manager` again -- Drag and drop the `.crx` file to it - -## Linux -- Download the latest `.crx` file: [libredirect-2.5.1.crx](https://github.com/libredirect/libredirect/releases/download/v2.5.1/libredirect-2.5.1.crx) -- Open `chrome://extensions` -- Enable `dev mode` -- Refresh the page -- Drag and drop the `.crx` file to the page - -**NOTE:** If this way failed. Then try the MacOS way. - -## MacOS -- Download the latest release [libredirect-2.5.1.zip](https://github.com/libredirect/libredirect/releases/download/v2.5.1/libredirect-2.5.1.zip) -- Unzip it with `Auto detect subfolder` -- Open `chrome://extensions` -- Enable `dev mode` -- Click `Load unpacked`. Select and Open `libredirect-2.5.1/` - -https://user-images.githubusercontent.com/40805353/159987051-8be73cd3-3fdf-4dd0-99d4-8886674fbdb6.mp4 - -Updates are NOT automatic when installed using the MacOS way. diff --git a/windows_registry/brave.reg b/windows_registry/brave.reg deleted file mode 100644 index 2a7331c2..00000000 --- a/windows_registry/brave.reg +++ /dev/null @@ -1,4 +0,0 @@ -Windows Registry Editor Version 5.00 - -[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave\ExtensionInstallAllowlist] -"1"="oladmjdebphlnjjcnomfhhbfdldiimaf" \ No newline at end of file diff --git a/windows_registry/chrome.reg b/windows_registry/chrome.reg deleted file mode 100644 index 44d9e435..00000000 --- a/windows_registry/chrome.reg +++ /dev/null @@ -1,4 +0,0 @@ -Windows Registry Editor Version 5.00 - -[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallAllowlist] -"1"="oladmjdebphlnjjcnomfhhbfdldiimaf" \ No newline at end of file diff --git a/windows_registry/edge.reg b/windows_registry/edge.reg deleted file mode 100644 index a3c07428..00000000 --- a/windows_registry/edge.reg +++ /dev/null @@ -1,4 +0,0 @@ -Windows Registry Editor Version 5.00 - -[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallAllowlist] -"1"="oladmjdebphlnjjcnomfhhbfdldiimaf" \ No newline at end of file diff --git a/windows_registry/vivaldi.reg b/windows_registry/vivaldi.reg deleted file mode 100644 index 89eef703..00000000 --- a/windows_registry/vivaldi.reg +++ /dev/null @@ -1,4 +0,0 @@ -Windows Registry Editor Version 5.00 - -[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Vivaldi\ExtensionInstallAllowlist] -"1"="oladmjdebphlnjjcnomfhhbfdldiimaf" \ No newline at end of file |