summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-12-06Merge pull request #316 from alyssais/wikipediaSimon Brazell
Fix typo in "Toggle Wikipedia redirects" aria label
2021-12-06Merge pull request #314 from xanoni/remove-onion-v2Simon Brazell
Remove Onion v2 links ...
2021-12-06Merge pull request #323 from opalvault/add-old-redditSimon Brazell
Removes old.reddit.com/i.reddit.com/dead links. Adds old.reddit.com to redirection targets.
2021-12-06Merge pull request #278 from MonsieurBibo/patch-1Simon Brazell
Fixed french typo in store.md
2021-10-30Added old.reddit.com to targets, removed old.reddit.com/i.reddit.comry
from redirects.
2021-10-19Fix typo in "Toggle Wikipedia redirects" aria labelAlyssa Ross
2021-10-16Remove Onion v2 links ...xanoni
... because everything comes to an end
2021-08-15Fixed french typo in store.mdMonsieurBibo
2021-07-27Merge pull request #272 from Elaborendum/patch-1Simon Brazell
Update Spanish Translation
2021-07-26Update messages.jsonElaborendum
2021-07-25Disable Wikiless redirects by default, add "New" tag (#232).v1.1.49SimonBrazell
2021-07-25Merge pull request #263 from git-bruh/masterSimon Brazell
add libreddit instance
2021-07-25Merge pull request #257 from Kotuklion/masterSimon Brazell
Add Wikiless support
2021-07-17add libreddit instancegit-bruh
2021-07-16Merge pull request #259 from unixfox/invidious.fdn.frSimon Brazell
removing invidious.fdn.fr
2021-07-16Merge pull request #256 from unbranched/patch-3Simon Brazell
Italian translation fix
2021-07-16Merge pull request #254 from timharek/masterSimon Brazell
Add redirect for Norwegian Google Translate
2021-07-14removing invidious.fdn.frEmilien Devos
2021-07-12cleanupKotuklion
2021-07-12better GET processingKotuklion
2021-07-12check host instead of the whole href for occurence of wikipedia.orgKotuklion
2021-07-12left some unnecessary spaces here and thereKotuklion
2021-07-12fix minor typosKotuklion
2021-07-12add Wikiless supportKotuklion
2021-07-11Italian translation fixunbranched
Title fix
2021-07-10Add redirect for Norwegian Google TranslateTim Hårek Andreassen
Signed-off-by: Tim Hårek Andreassen <tim@harek.dev>
2021-07-10Bump version & update dependencies.v1.1.48SimonBrazell
2021-07-10Closes #242: remove "new" tag from SimplyTranslate.SimonBrazell
2021-06-17Merge pull request #248 from FantasyCookie17/masterSimon Brazell
Add reddit.artemislena.eu
2021-06-16Merge branch 'master' of github.com:SimonBrazell/privacy-redirectSimonBrazell
2021-06-16Fixes #238SimonBrazell
2021-06-16Merge pull request #250 from GaurangTandon/fix-license-linkSimon Brazell
Fixed license link
2021-06-16Merge pull request #246 from B0pol/autoplaySimon Brazell
Only append autoplay parameter if necessary
2021-06-16Merge pull request #243 from unbranched/patch-1Simon Brazell
Add Italian translation
2021-06-16Merge pull request #244 from unbranched/patch-2Simon Brazell
Add italian translation
2021-06-16Merge pull request #234 from austinhuang0131/patch-1Simon Brazell
Update various instances
2021-06-16Merge pull request #226 from unixfox/patch-1Simon Brazell
Fix link for the Invidious instances list
2021-06-16Merge pull request #225 from jaki/support-redd.itSimon Brazell
Redirect redd.it
2021-06-16Redirect Twitter "video" subdomain & update dev dependencies.SimonBrazell
2021-06-16Fixed license linkGaurang Tandon
2021-06-16Added reddit.artemislena.euFantasyCookie17
2021-06-12Only append autoplay parameter if necessarybopol
2021-06-06Italian translationunbranched
2021-06-06Italian translationunbranched
2021-05-11update nitter instances (2)Austin Huang
2021-05-11update nitter instances (1)Austin Huang
2021-05-11update bibliogram instancesAustin Huang
closes #233
2021-04-25Fix link for the Invidious instances listÉmilien Devos
2021-04-24Merge pull request #224 from fattalion/add-simplytranslate-to-readmeSimon Brazell
Add SimplyTranslate to README
2021-04-22fix: add comments prefix for /foo/Jason Kim
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/////