Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed theme issue | ManeraKai | 2022-01-31 |
| | |||
* | Refining code. Adding frontend option to search | ManeraKai | 2022-01-31 |
| | |||
* | Updating RandomPools | ManeraKai | 2022-01-31 |
| | |||
* | Cleaning code and changing naming schemes | ManeraKai | 2022-01-30 |
| | |||
* | Activating reddit frontend btn. Excluding medium.com #19 | ManeraKai | 2022-01-30 |
| | |||
* | Splitted options.js | ManeraKai | 2022-01-30 |
| | |||
* | Updating options UI | ManeraKai | 2022-01-30 |
| | |||
* | Updating options.html design | ManeraKai | 2022-01-30 |
| | |||
* | Fixed bug in pageAction | ManeraKai | 2022-01-29 |
| | |||
* | updated instances get function | ManeraKai | 2022-01-29 |
| | |||
* | trying to fix medium targets | ManeraKai | 2022-01-28 |
| | |||
* | Hiding pageAction btn when not in instances | ManeraKai | 2022-01-28 |
| | |||
* | Updating and Cleaning UI #9 | ManeraKai | 2022-01-27 |
| | |||
* | Fix UI problem | alefvanoon | 2022-01-26 |
| | |||
* | use updated list in autocomplete | hkalbasi | 2022-01-03 |
| | |||
* | set pools in update | hkalbasi | 2021-12-26 |
| | |||
* | add update instance button | hkalbasi | 2021-12-22 |
| | |||
* | libredirect popup icon update | rimthekid | 2021-12-07 |
| | |||
* | Update popup.html | alefvanoon | 2021-12-06 |
| | |||
* | updated the name and button not showing in firefox | Farbod | 2021-12-05 |
| | |||
* | Merge pull request #3 from ManeraKai/change-instance-btn | alefvanoon | 2021-12-04 |
|\ | | | | | Change instance btn | ||
| * | Preserved url's path. Only the domain will change now. | ManeraKai | 2021-10-27 |
| | | |||
| * | Added Change Instance btn to address-bar | ManeraKai | 2021-10-21 |
| | | |||
* | | Detect setting change for scribe redirect | Ngô Ngọc Đức Huy | 2021-10-29 |
| | | |||
* | | Remove default scribe instance | Ngô Ngọc Đức Huy | 2021-10-29 |
| | | |||
* | | Add data attributes for scribe random pool | Ngô Ngọc Đức Huy | 2021-10-17 |
| | | | | | | | | This fixes random pool dropdown brokeness | ||
* | | Add missing scripts for Scribe in popup | Ngô Ngọc Đức Huy | 2021-10-17 |
| | | | | | | | | Also fix Wikipedia's typo | ||
* | | Add "New" badge for Scribe | Ngô Ngọc Đức Huy | 2021-10-17 |
| | | |||
* | | Fix copying mistake | Ngô Ngọc Đức Huy | 2021-10-17 |
| | | |||
* | | Restore the mistakenly removed line | Ngô Ngọc Đức Huy | 2021-10-13 |
| | | | | | | | | Bibliogram randomization would be removed if that removal were merged. | ||
* | | Fix copy-and-replace mistakes | Ngô Ngọc Đức Huy | 2021-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 Scribe | Ngô Ngọc Đức Huy | 2021-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). | SimonBrazell | 2021-07-25 |
| | |||
* | cleanup | Kotuklion | 2021-07-12 |
| | |||
* | better GET processing | Kotuklion | 2021-07-12 |
| | |||
* | check host instead of the whole href for occurence of wikipedia.org | Kotuklion | 2021-07-12 |
| | |||
* | left some unnecessary spaces here and there | Kotuklion | 2021-07-12 |
| | |||
* | fix minor typos | Kotuklion | 2021-07-12 |
| | |||
* | add Wikiless support | Kotuklion | 2021-07-12 |
| | |||
* | Closes #242: remove "new" tag from SimplyTranslate. | SimonBrazell | 2021-07-10 |
| | |||
* | Merge branch 'master' of github.com:SimonBrazell/privacy-redirect | SimonBrazell | 2021-06-16 |
|\ | |||
| * | Merge pull request #246 from B0pol/autoplay | Simon Brazell | 2021-06-16 |
| |\ | | | | | | | Only append autoplay parameter if necessary | ||
| | * | Only append autoplay parameter if necessary | bopol | 2021-06-12 |
| | | | |||
| * | | fix: add comments prefix for /foo/ | Jason Kim | 2021-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 path | Jason Kim | 2021-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 missing | Jason Kim | 2021-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 hint | Jason Kim | 2021-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 teddit | Jason Kim | 2021-04-22 |
| |/ | | | | | | | redd.it redirects don't work for teddit, so don't do it. | ||
* | | Fixes #238 | SimonBrazell | 2021-06-16 |
| | | |||
* | | Redirect Twitter "video" subdomain & update dev dependencies. | SimonBrazell | 2021-06-16 |
|/ |