From 7b78b884c77279f20cd905e0a021e7f7f833a947 Mon Sep 17 00:00:00 2001 From: Ikel Atomig Date: Sun, 26 May 2024 06:32:03 +0000 Subject: [PATCH] Add test conditions to repository Closes https://github.com/libredirect/browser_extension/issues/815 People are welcome to add new test conditions. --- README.md | 4 ++++ test-conditions.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 test-conditions.md diff --git a/README.md b/README.md index e8a1f2d..6d0ad08 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,8 @@ npm run build --- +Test conditions to check new functions and changes after building - [please refer here](./test-conditions.md) + +--- + Forked from [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect) diff --git a/test-conditions.md b/test-conditions.md new file mode 100644 index 0000000..843b263 --- /dev/null +++ b/test-conditions.md @@ -0,0 +1,56 @@ +# Conditions + +- Check redirects +- Redirect Original +- Forcefully change to preferred instance. Load a instance link use the recycle button near frontend in popup menu which forces the site to be loaded in preferred instance. +- Switch Instance +- Copy Original links +- Keyboard Shortcuts + +## Sites + +YouTube - [https://www.youtube.com/watch?v=UsR08cY8k0A](https://www.youtube.com/watch?v=UsR08cY8k0A) + +YouTube Music (Tested with YouTube turned off) + +Homepage - [https://music.youtube.com](https://music.youtube.com) +Page - [https://hyperpipe.surge.sh/channel/UCPC0L1d253x-KuMNwa05TpA](https://hyperpipe.surge.sh/channel/UCPC0L1d253x-KuMNwa05TpA) +Explore - [https://hyperpipe.surge.sh/explore/](https://hyperpipe.surge.sh/explore/) + +YT Embeds - [https://famiboards.com/threads/nintendo-switch-sports-announced-launches-april-29th-update-main-theme-in-threadmarks.1907/](https://famiboards.com/threads/nintendo-switch-sports-announced-launches-april-29th-update-main-theme-in-threadmarks.1907/) + +Twitch -[https://www.twitch.tv/pokimane](https://www.twitch.tv/pokimane) + +TikTok - [https://www.tiktok.com/@zoecolletti?lang=en](https://www.tiktok.com/@zoecolletti?lang=en) + +Reddit & Imgur `(Embeds)` - [https://www.reddit.com/61ns2w/](https://www.reddit.com/61ns2w/) + +Medium - [https://zora.medium.com/so-what-if-they-did-thoughts-on-affirmative-action-b714834da28b](https://zora.medium.com/so-what-if-they-did-thoughts-on-affirmative-action-b714834da28b) + +Quora - [https://www.quora.com/What-is-the-equivalent-weight-of-hydrocloric-acid](https://www.quora.com/What-is-the-equivalent-weight-of-hydrocloric-acid) + +Pinterest - [https://www.pinterest.com/aldiukstores/aldi-recipes/](https://www.pinterest.com/aldiukstores/aldi-recipes/) + +IMDb - [https://www.imdb.com/title/tt23556786/](https://www.imdb.com/title/tt23556786/) **[Check if new URL schemes are supported by the Dev.]** + +Fandom - [https://naruto.fandom.com](https://naruto.fandom.com) + +Genius - [https://genius.com/Doja-cat-demons-lyrics](https://genius.com/Doja-cat-demons-lyrics) + +Urbandictionary - [https://urbandictionary.com/define.php?term=Roads](https://urbandictionary.com/define.php?term=Roads) + +Stackoverflow - [https://stackoverflow.com/questions/16330404/how-to-remove-remote-origin-from-a-git-repository](https://stackoverflow.com/questions/16330404/how-to-remove-remote-origin-from-a-git-repository) + +Goodreads - [https://www.goodreads.com/book/show/3869.A_Brief_History_of_Time](https://www.goodreads.com/book/show/3869.A_Brief_History_of_Time) + +Bandcamp - [https://thorwegian.bandcamp.com/track/just-because](https://thorwegian.bandcamp.com/track/just-because) + +Instructables - [https://instructables.com/DIY-Arduino-Obstacle-Avoiding-Car-at-Home/](https://instructables.com/DIY-Arduino-Obstacle-Avoiding-Car-at-Home/) + +Web archive - [https://web.archive.org/web/20230131222432if_/https://www.dailymail.co.uk/news/article-11687675/Army-spied-lockdown-critics-Sceptics-including-Peter-Hitchens-suspected-watched.html](https://web.archive.org/web/20230131222432if_/https://www.dailymail.co.uk/news/article-11687675/Army-spied-lockdown-critics-Sceptics-including-Peter-Hitchens-suspected-watched.html) + +--- + +P.S. I haven't been testing the extension for few releases. So, there is a lot of new and removed frontends. Remove and add them as needed. + +When there is a new PR to this file. Please assign me (IkelAtomig) or request as a reviewer to merge it.