| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-16 | Merge pull request #256 from unbranched/patch-3 | Simon Brazell | |
| Italian translation fix | |||
| 2021-07-11 | Italian translation fix | unbranched | |
| Title fix | |||
| 2021-07-10 | Add redirect for Norwegian Google Translate | Tim Hårek Andreassen | |
| Signed-off-by: Tim Hårek Andreassen <tim@harek.dev> | |||
| 2021-07-10 | Bump version & update dependencies.v1.1.48 | SimonBrazell | |
| 2021-07-10 | Closes #242: remove "new" tag from SimplyTranslate. | SimonBrazell | |
| 2021-06-17 | Merge pull request #248 from FantasyCookie17/master | Simon Brazell | |
| Add reddit.artemislena.eu | |||
| 2021-06-16 | Merge branch 'master' of github.com:SimonBrazell/privacy-redirect | SimonBrazell | |
| 2021-06-16 | Fixes #238 | SimonBrazell | |
| 2021-06-16 | Merge pull request #246 from B0pol/autoplay | Simon Brazell | |
| Only append autoplay parameter if necessary | |||
| 2021-06-16 | Merge pull request #243 from unbranched/patch-1 | Simon Brazell | |
| Add Italian translation | |||
| 2021-06-16 | Merge pull request #244 from unbranched/patch-2 | Simon Brazell | |
| Add italian translation | |||
| 2021-06-16 | Merge pull request #234 from austinhuang0131/patch-1 | Simon Brazell | |
| Update various instances | |||
| 2021-06-16 | Redirect Twitter "video" subdomain & update dev dependencies. | SimonBrazell | |
| 2021-06-16 | Added reddit.artemislena.eu | FantasyCookie17 | |
| 2021-06-12 | Only append autoplay parameter if necessary | bopol | |
| 2021-06-06 | Italian translation | unbranched | |
| 2021-06-06 | Italian translation | unbranched | |
| 2021-05-11 | update nitter instances (2) | Austin Huang | |
| 2021-05-11 | update nitter instances (1) | Austin Huang | |
| 2021-05-11 | update bibliogram instances | Austin Huang | |
| closes #233 | |||
| 2021-04-22 | fix: add comments prefix for /foo/ | Jason Kim | |
| Links that end in trailing slash but don't have "/comments/" should add "/comments" prefix but don't because the regex match succeeds. Fix the regular expression to be more robust and add prefix for paths like - /foo/ - /////foo - /foo///// - ////foo//// and not add prefix for paths like - /comments/foo - /////comments/foo - /comments/////foo - ////comments////foo - ////comments////foo///// | |||
| 2021-04-22 | fix: add comments prefix if no nested path | Jason Kim | |
| The previous fix failed to consider links like "redd.it/r/.../comments/...". Those don't really exist in the wild, and they don't work (when redirects are turned off). Still, play it safe and don't add "/comments" prefix unless the path has height 1. Now, redirects should work for - redd.it/foo - redd.it/comments/foo - redd.it/r/bar/comments/foo even though the only kind of native link that works is - redd.it/foo | |||
| 2021-04-22 | fix: add "/comments" prefix only if it's missing | Jason Kim | |
| Although I have never seen it in the wild, it is possible to navigate to "redd.it/comments/...". This should redirect to "teddit.net/comments/..." in the case of instance teddit.net. However, the current code redirects it to "teddit.net/comments/comments/...". Fix it by avoiding adding the prefix if it's already there. | |||
| 2021-04-22 | feat: support teddit by adding /comments hint | Jason Kim | |
| Redirecting tedd.it links to teddit instances works when the link starts with "/comments". Add "/comments" to the path for teddit. | |||
| 2021-04-22 | fix: don't redirect redd.it for teddit | Jason Kim | |
| redd.it redirects don't work for teddit, so don't do it. | |||
| 2021-04-22 | feat: add redd.it to reddit targets | Jason Kim | |
| Although it doesn't work for teddit, add redd.it to the list of URLs to redirect. | |||
| 2021-04-16 | Update Russian translation | TotalCaesar659 | |
| 2021-04-16 | Update translations | SimonBrazell | |
| 2021-04-16 | Fixes #146 - OSM redirect breaks Google Earthv1.1.47 | SimonBrazell | |
| 2021-04-16 | Fixes #135 - Handle Twitter usernames with "tweets" in them. | SimonBrazell | |
| 2021-04-16 | Fixes #173 - Instance list clicking issue. | SimonBrazell | |
| 2021-04-16 | Prepare for release 1.1.47 | SimonBrazell | |
| 2021-04-16 | Merge pull request #219 from jaki/handle-reddit-img | Simon Brazell | |
| Redirect reddit images for libreddit instances | |||
| 2021-04-16 | Merge branch 'master' into master | Simon Brazell | |
| 2021-04-16 | Merge pull request #214 from cloudrac3r/patch-1 | Simon Brazell | |
| Update Bibliogram instances list | |||
| 2021-04-16 | Merge pull request #206 from Camille019/master | Simon Brazell | |
| Add Ecosia search engine | |||
| 2021-04-16 | Merge branch 'master' into master | Simon Brazell | |
| 2021-04-16 | Merge pull request #198 from fattalion/add-simply-translate-support | Simon Brazell | |
| Add SimplyTranslate support | |||
| 2021-04-16 | Merge pull request #193 from tenpura-shrimp/master | Simon Brazell | |
| add invidious instance | |||
| 2021-04-16 | Merge pull request #188 from Elaborendum/master | Simon Brazell | |
| Add spanish translation | |||
| 2021-04-10 | remove nitter.weaponizedhumiliation.com | alefvanoon | |
| 2021-04-10 | add bird.trom.tf | alefvanoon | |
| 2021-04-10 | add insta.trom.tf | alefvanoon | |
| 2021-04-10 | add search.trom.tf | alefvanoon | |
| 2021-04-09 | add searx.silkky.cloud | alefvanoon | |
| 2021-04-09 | add libreddit.silkky.cloud | alefvanoon | |
| 2021-04-09 | add some invidious ins | alefvanoon | |
| 2021-04-09 | add some invidious ins | alefvanoon | |
| 2021-04-09 | refactor: drop teddit image redirect support | Jason Kim | |
| No longer redirect image links for teddit instances. Add a comment detailing the two issues I found. Now, the feature should be stable. | |||
| 2021-04-09 | fix: don't redirect for rest of instances | Jason Kim | |
| Unbreak old.reddit.com and i.reddit.com by ignoring image redirects for them. | |||
