about summary refs log tree commit diff stats
path: root/src/pages (follow)
Commit message (Collapse)AuthorAge
* Fixed theme issueManeraKai2022-01-31
|
* Refining code. Adding frontend option to searchManeraKai2022-01-31
|
* Updating RandomPoolsManeraKai2022-01-31
|
* Cleaning code and changing naming schemesManeraKai2022-01-30
|
* Activating reddit frontend btn. Excluding medium.com #19ManeraKai2022-01-30
|
* Splitted options.jsManeraKai2022-01-30
|
* Updating options UIManeraKai2022-01-30
|
* Updating options.html designManeraKai2022-01-30
|
* Fixed bug in pageActionManeraKai2022-01-29
|
* updated instances get functionManeraKai2022-01-29
|
* trying to fix medium targetsManeraKai2022-01-28
|
* Hiding pageAction btn when not in instancesManeraKai2022-01-28
|
* Updating and Cleaning UI #9ManeraKai2022-01-27
|
* Fix UI problemalefvanoon2022-01-26
|
* use updated list in autocompletehkalbasi2022-01-03
|
* set pools in updatehkalbasi2021-12-26
|
* add update instance buttonhkalbasi2021-12-22
|
* libredirect popup icon updaterimthekid2021-12-07
|
* Update popup.htmlalefvanoon2021-12-06
|
* 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
|/