about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAge
* Update messages.jsonElaborendum2021-07-26
|
* Disable Wikiless redirects by default, add "New" tag (#232).SimonBrazell2021-07-25
|
* Merge pull request #263 from git-bruh/masterSimon Brazell2021-07-25
|\ | | | | add libreddit instance
| * add libreddit instancegit-bruh2021-07-17
| |
* | Merge pull request #257 from Kotuklion/masterSimon Brazell2021-07-25
|\ \ | |/ |/| Add Wikiless support
| * cleanupKotuklion2021-07-12
| |
| * better GET processingKotuklion2021-07-12
| |
| * check host instead of the whole href for occurence of wikipedia.orgKotuklion2021-07-12
| |
| * left some unnecessary spaces here and thereKotuklion2021-07-12
| |
| * fix minor typosKotuklion2021-07-12
| |
| * add Wikiless supportKotuklion2021-07-12
| |
* | Merge pull request #259 from unixfox/invidious.fdn.frSimon Brazell2021-07-16
|\ \ | | | | | | removing invidious.fdn.fr
| * | removing invidious.fdn.frEmilien Devos2021-07-14
| |/
* | Merge pull request #256 from unbranched/patch-3Simon Brazell2021-07-16
|\ \ | | | | | | Italian translation fix
| * | Italian translation fixunbranched2021-07-11
| |/ | | | | Title fix
* / Add redirect for Norwegian Google TranslateTim Hårek Andreassen2021-07-10
|/ | | | Signed-off-by: Tim Hårek Andreassen <tim@harek.dev>
* Bump version & update dependencies.SimonBrazell2021-07-10
|
* Closes #242: remove "new" tag from SimplyTranslate.SimonBrazell2021-07-10
|
* Merge pull request #248 from FantasyCookie17/masterSimon Brazell2021-06-17
|\ | | | | Add reddit.artemislena.eu
| * Added reddit.artemislena.euFantasyCookie172021-06-16
| |
* | Merge branch 'master' of github.com:SimonBrazell/privacy-redirectSimonBrazell2021-06-16
|\ \
| * \ Merge pull request #246 from B0pol/autoplaySimon Brazell2021-06-16
| |\ \ | | | | | | | | Only append autoplay parameter if necessary
| | * | Only append autoplay parameter if necessarybopol2021-06-12
| | |/
| * | Merge pull request #243 from unbranched/patch-1Simon Brazell2021-06-16
| |\ \ | | | | | | | | Add Italian translation
| | * | Italian translationunbranched2021-06-06
| | |/
| * | Merge pull request #244 from unbranched/patch-2Simon Brazell2021-06-16
| |\ \ | | | | | | | | Add italian translation
| | * | Italian translationunbranched2021-06-06
| | |/
| * | Merge pull request #234 from austinhuang0131/patch-1Simon Brazell2021-06-16
| |\ \ | | | | | | | | Update various instances
| | * | update nitter instances (2)Austin Huang2021-05-11
| | | |
| | * | update nitter instances (1)Austin Huang2021-05-11
| | | |
| | * | update bibliogram instancesAustin Huang2021-05-11
| | |/ | | | | | | closes #233
| * | fix: add comments prefix for /foo/Jason Kim2021-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/////
| * | fix: add comments prefix if no nested pathJason Kim2021-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | fix: add "/comments" prefix only if it's missingJason Kim2021-04-22
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | feat: support teddit by adding /comments hintJason Kim2021-04-22
| | | | | | | | | | | | | | | Redirecting tedd.it links to teddit instances works when the link starts with "/comments". Add "/comments" to the path for teddit.
| * | fix: don't redirect redd.it for tedditJason Kim2021-04-22
| | | | | | | | | | | | redd.it redirects don't work for teddit, so don't do it.
| * | feat: add redd.it to reddit targetsJason Kim2021-04-22
| |/ | | | | | | | | Although it doesn't work for teddit, add redd.it to the list of URLs to redirect.
| * Update Russian translationTotalCaesar6592021-04-16
| |
* | Fixes #238SimonBrazell2021-06-16
| |
* | Redirect Twitter "video" subdomain & update dev dependencies.SimonBrazell2021-06-16
|/
* Update translationsSimonBrazell2021-04-16
|
* Fixes #146 - OSM redirect breaks Google EarthSimonBrazell2021-04-16
|
* Fixes #135 - Handle Twitter usernames with "tweets" in them.SimonBrazell2021-04-16
|
* Fixes #173 - Instance list clicking issue.SimonBrazell2021-04-16
|
* Prepare for release 1.1.47SimonBrazell2021-04-16
|
* Merge pull request #219 from jaki/handle-reddit-imgSimon Brazell2021-04-16
|\ | | | | Redirect reddit images for libreddit instances
| * refactor: drop teddit image redirect supportJason Kim2021-04-09
| | | | | | | | | | No longer redirect image links for teddit instances. Add a comment detailing the two issues I found. Now, the feature should be stable.
| * fix: don't redirect for rest of instancesJason Kim2021-04-09
| | | | | | | | | | Unbreak old.reddit.com and i.reddit.com by ignoring image redirects for them.
| * fix: redirect teddit differentlyJason Kim2021-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teddit image urls are different from libreddit. Handle each separately. Test manually: - libredd.it: pass - libreddit.spike.codes: pass - libreddit.kavin.rocks: pass - libreddit.insanity.wtf: fail (site doesn't work in general) - libreddit.dothq.co: pass - teddit.net: mostly fail - teddit.ggc-project.de: mostly fail - teddit.kavin.rocks: mostly fail - old.reddit.com: fail - i.reddit.com: fail - snew.notabug.io: fail (site doesn't work in general) Teddit image urls have two issues. First, the links almost never work (404) if the image url is visited directly before visiting the main page. Once the main page is visited, however, the image url starts working. I'm guessing this is an issue with teddit instances not fetching images unless the main page is accessed. Second, some image links are different/incompatible for some reason. For example, <https://i.redd.it/htg3owj12ok21.png> turns into <https://teddit.net/pics/w:null_TpEyuHnjif6578pV0lBuM-kNW1bXqxbvqbOHjhRZVr0.png>. Libreddit seems to not have this issue.
| * feat: add img prefix for i.redd.itJason Kim2021-04-08
| | | | | | | | | | "i.redd.it/<imgfile>" redirects "libredd.it/<imgfile>". Make it redirect to "libredd.it/img/<imgfile>". Tested only for "libredd.it".