about summary refs log tree commit diff stats
path: root/src/pages (follow)
Commit message (Collapse)AuthorAge
* updated the name and button not showing in firefoxFarbod2021-12-05
|
* Merge pull request #3 from ManeraKai/change-instance-btnalefvanoon2021-12-04
|\ | | | | Change instance btn
| * Preserved url's path. Only the domain will change now.ManeraKai2021-10-27
| |
| * Added Change Instance btn to address-barManeraKai2021-10-21
| |
* | Detect setting change for scribe redirectNgô Ngọc Đức Huy2021-10-29
| |
* | Remove default scribe instanceNgô Ngọc Đức Huy2021-10-29
| |
* | Add data attributes for scribe random poolNgô Ngọc Đức Huy2021-10-17
| | | | | | | | This fixes random pool dropdown brokeness
* | Add missing scripts for Scribe in popupNgô Ngọc Đức Huy2021-10-17
| | | | | | | | Also fix Wikipedia's typo
* | Add "New" badge for ScribeNgô Ngọc Đức Huy2021-10-17
| |
* | Fix copying mistakeNgô Ngọc Đức Huy2021-10-17
| |
* | Restore the mistakenly removed lineNgô Ngọc Đức Huy2021-10-13
| | | | | | | | Bibliogram randomization would be removed if that removal were merged.
* | Fix copy-and-replace mistakesNgô Ngọc Đức Huy2021-10-12
| | | | | | | | | | - Change scribe's default input to 'Random instance (none selected)' - Add random pool variables and functions for scribe
* | Add redirect from Medium to ScribeNgô Ngọc Đức Huy2021-10-11
|/ | | | | | | | Multiple Medium domains would be redirected to two known Scribe instances: scribe.rip scribe.nixnet.services
* Disable Wikiless redirects by default, add "New" tag (#232).SimonBrazell2021-07-25
|
* 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
|
* Closes #242: remove "new" tag from SimplyTranslate.SimonBrazell2021-07-10
|
* 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
| | |
| * | 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.
* | Fixes #238SimonBrazell2021-06-16
| |
* | Redirect Twitter "video" subdomain & update dev dependencies.SimonBrazell2021-06-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".
* | Disable SimplyTranslate redirects by defaultfattalion2021-03-02
| |
* | Add SimplyTranslate supportfattalion2021-02-25
|/
* Fixes #160 - Disable search redirects by default (sorry... 🙂)SimonBrazell2021-01-13
|
* Translate "Random instance (none selected)" (#158)SimonBrazell2021-01-12
|
* CLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance ↵SimonBrazell2021-01-11
| | | | selects.
* Fix for https://github.com/mozilla/addons-linter/issues/3541#issue-782801439SimonBrazell2021-01-11
|
* Restructure code with helper modules, add search engine settings, & advanced ↵SimonBrazell2021-01-10
settings collapsibles.