about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* 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".
* feat: add i.redd.it to reddit targetsJason Kim2021-04-08
| | | | | | Add "i.redd.it" to list of urls to redirect for Reddit. Although the redirect works, the link should be invalid because it still needs an "img" path prefix.
* Merge pull request #176 from mmatous/add-presearchSimon Brazell2021-02-10
|\ | | | | Add Presearch search engine
| * Add Presearch search engineMartin Matous2021-02-01
| |
* | Merge pull request #170 from howoz/masterSimon Brazell2021-02-10
|\ \ | |/ |/| add turkish translation
| * tr translation donehowoz2021-01-30
| |
| * start of tr translationhowoz2021-01-30
|/
* Merge pull request #164 from yshalsager/patch-1Simon Brazell2021-01-19
|\ | | | | invidious: Add invidious.tube to instances
| * invidious: Add invidious.tube to instancesYoussif Shaaban Alsager2021-01-16
|/
* Merge pull request #161 from TotalCaesar659/patch-1Simon Brazell2021-01-13
|\ | | | | Update Russian translation
| * Update Russian translationTotalCaesar6592021-01-13
|/
* Fixes #160 - Disable search redirects by default (sorry... 🙂)SimonBrazell2021-01-13
|
* Translate "Random instance (none selected)" (#158)SimonBrazell2021-01-12
|
* Merge pull request #157 from TotalCaesar659/patch-1Simon Brazell2021-01-12
|\ | | | | Update Russian translation
| * Update messages.jsonTotalCaesar6592021-01-11
| |
| * Update Russian translationTotalCaesar6592021-01-11
|/
* Fix typoSimonBrazell2021-01-11
|
* CLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance ↵SimonBrazell2021-01-11
| | | | selects.
* gecko: strict_min_version: 67.0 due to dynamic importsSimonBrazell2021-01-11
|
* Fix for https://github.com/mozilla/addons-linter/issues/3541#issue-782801439SimonBrazell2021-01-11
|
* Fixed README & build configSimonBrazell2021-01-10
|
* Restructure code with helper modules, add search engine settings, & advanced ↵SimonBrazell2021-01-10
| | | | settings collapsibles.
* Merge pull request #153 from somoso/patch-1Simon Brazell2021-01-10
|\ | | | | Add support for libredd.it
| * Added more instances of teddit and libredditSoheb2021-01-05
| |
| * Add support for libredd.itSoheb2021-01-05
| |
* | Merge pull request #150 from Frank3K/compress-imagesSimon Brazell2021-01-10
|\ \ | | | | | | Losslessly compress PNG images
| * | Losslessly compress PNG imagesFrank3K2020-12-26
| |/
* | Merge pull request #148 from unixfox/add-nitter-unixfox-euSimon Brazell2021-01-10
|\ \ | | | | | | add nitter.unixfox.eu as a nitter instance to the list
| * | add nitter.unixfox.eu as a nitter instance to the listEmilien Devos2020-12-17
| |/
* | Merge pull request #127 from TotalCaesar659/patch-1Simon Brazell2021-01-10
|\ \ | |/ |/| Update Russian translation
| * Update Russian translationTotalCaesar6592020-11-09
| |
* | Merge pull request #126 from aapl-yumi/patch-1Simon Brazell2020-12-05
|\ \ | | | | | | Add Search Engine redirects.
| * | Updated background.jsaapl-yumi2020-11-22
| | |
| * | Update background.jsYumi Izumi2020-11-11
| | |
| * | Update README.mdYumi Izumi2020-11-09
| | |
| * | Update options.jsYumi Izumi2020-11-09
| | |
| * | Update options.htmlYumi Izumi2020-11-09
| | |
| * | Update popup.jsYumi Izumi2020-11-08
| | |
| * | Update popup.htmlYumi Izumi2020-11-08
| | |
| * | Update background.jsYumi Izumi2020-11-08
| |/
* | Merge pull request #138 from austinhuang0131/patch-2Simon Brazell2020-12-03
|\ \ | | | | | | Add Teddit and Snew to reddit redirect options
| * | Update background.jsAustin Huang2020-11-29
| |/
* | Merge pull request #133 from unixfox/patch-1Simon Brazell2020-12-03
|\ \ | |/ |/| Add "yewtu.be" back to the random instance list
| * Add "yewtu.be" back to the random instance listÉmilien Devos2020-11-17
|/
* Closes #111 - Adds ability to customise random instance poolsSimonBrazell2020-11-08
|
* Merge branch 'master' of github.com:SimonBrazell/privacy-redirectSimonBrazell2020-11-08
|\
| * Merge pull request #121 from ToughGuyKunio/patch-1Simon Brazell2020-11-08
| |\ | | | | | | Update README.md