about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorIkel Atomig <contact@ikel.slmail.me>2024-05-26 06:32:03 +0000
committerIkel Atomig <contact@ikel.slmail.me>2024-05-26 12:02:03 +0530
commit7b78b884c77279f20cd905e0a021e7f7f833a947 (patch)
tree2b781ac98cda93ecc97ed05060963f50c7682757
parentCleaning code (diff)
downloadlibredirect-7b78b884c77279f20cd905e0a021e7f7f833a947.zip
Add test conditions to repository
Closes https://github.com/libredirect/browser_extension/issues/815

People are welcome to add new test conditions.
-rw-r--r--README.md4
-rw-r--r--test-conditions.md56
2 files changed, 60 insertions, 0 deletions
diff --git a/README.md b/README.md
index e8a1f2dc..6d0ad08b 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 00000000..843b263e
--- /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.