Skip to content

Commit

Permalink
Add test conditions to repository
Browse files Browse the repository at this point in the history
Closes #815

People are welcome to add new test conditions.
  • Loading branch information
IkelAtomig committed May 26, 2024
1 parent 462011d commit 7b78b88
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
56 changes: 56 additions & 0 deletions test-conditions.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 7b78b88

Please sign in to comment.