summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2021-04-16Merge pull request #198 from fattalion/add-simply-translate-supportSimon Brazell
Add SimplyTranslate support
2021-04-16Merge pull request #193 from tenpura-shrimp/masterSimon Brazell
add invidious instance
2021-04-16Merge pull request #188 from Elaborendum/masterSimon Brazell
Add spanish translation
2021-04-10remove nitter.weaponizedhumiliation.comalefvanoon
2021-04-10add bird.trom.tfalefvanoon
2021-04-10add insta.trom.tfalefvanoon
2021-04-10add search.trom.tfalefvanoon
2021-04-09add searx.silkky.cloudalefvanoon
2021-04-09add libreddit.silkky.cloudalefvanoon
2021-04-09add some invidious insalefvanoon
2021-04-09add some invidious insalefvanoon
2021-04-09refactor: drop teddit image redirect supportJason 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-09fix: don't redirect for rest of instancesJason Kim
Unbreak old.reddit.com and i.reddit.com by ignoring image redirects for them.
2021-04-08fix: redirect teddit differentlyJason Kim
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.
2021-04-08feat: add img prefix for i.redd.itJason Kim
"i.redd.it/<imgfile>" redirects "libredd.it/<imgfile>". Make it redirect to "libredd.it/img/<imgfile>". Tested only for "libredd.it".
2021-04-08feat: add i.redd.it to reddit targetsJason Kim
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.
2021-04-07Update Bibliogram instances listCadence Ember
Set it to match the list of actually working instances. https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md
2021-04-05Update manifest.jsonHarsh Barsaiyan
2021-03-30Add ViewTubeHarsh Barsaiyan
2021-03-20Add Ecosia search engineCamille019
2021-03-11Add Whoogle SearchHarsh Barsaiyan
2021-03-02Disable SimplyTranslate redirects by defaultfattalion
2021-02-25Add SimplyTranslate supportfattalion
2021-02-24add invidious instanceAndrew Zhao
2021-02-20Create store.mdElaborendum
2021-02-20Create messages.jsonElaborendum
2021-02-14Update reddit.jsobeho
Added instance libreddit.himiko.cloud
2021-02-10Merge pull request #176 from mmatous/add-presearchSimon Brazell
Add Presearch search engine
2021-02-01Add Presearch search engineMartin Matous
2021-01-30tr translation donehowoz
2021-01-30start of tr translationhowoz
2021-01-16invidious: Add invidious.tube to instancesYoussif Shaaban Alsager
2021-01-13Update Russian translationTotalCaesar659
2021-01-13Fixes #160 - Disable search redirects by default (sorry... 🙂)v1.1.46SimonBrazell
2021-01-12Translate "Random instance (none selected)" (#158)SimonBrazell
2021-01-11Update messages.jsonTotalCaesar659
2021-01-11Update Russian translationTotalCaesar659
2021-01-11Fix typoSimonBrazell
2021-01-11CLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance ↵v1.1.45SimonBrazell
selects.
2021-01-11Fix for https://github.com/mozilla/addons-linter/issues/3541#issue-782801439SimonBrazell
2021-01-10Restructure code with helper modules, add search engine settings, & advanced ↵SimonBrazell
settings collapsibles.