diff --git a/doc/TODO.md b/doc/TODO.md index e3b3e87..54c940d 100644 --- a/doc/TODO.md +++ b/doc/TODO.md @@ -1,16 +1,16 @@ > I know that some of the Invidious instances are faulty, I'm going to fix it in a month along with all the to-dos below. ## To-do +- [x] Add Reel and Story redirection for Bibliogram +- [x] Add more Bibliogram instance +- [x] Make a list from all the possible URL types (ex. `ig.com/reel/`, `ig.com/p/`, `rdt.com/r/`, `rdt.com/u`) +- [x] Don't use variables for regex +- [ ] Find a way to redirect to the up instances without releasing a whole new verison. (with farside.link) - [ ] Add Piped as an alternative to Invidious - [ ] Fix: Medium stops redirecting to scribe.rip after entering a user page -- [ ] Add Reel and Story redirection for Bibliogram -- [ ] Add more Bibliogram instance - [ ] Rewrite some parts (minimalize) - [ ] Reassign variable types properly -- [ ] Make a list from all the possible URL types (ex. `ig.com/reel/`, `ig.com/p/`, `rdt.com/r/`, `rdt.com/u`) - [ ] Change multiple replace commands into [one](https://stackoverflow.com/a/16577007). -- [ ] Don't use variables for regex ### Not possible (?) - [ ] ~~Make the previous site after redirecting is the original previous site and not the platform itself.~~ -- [ ] ~~Find a way to redirect to the up instances without releasing a whole new verison.~~ diff --git a/privacy-redirector.js b/privacy-redirector.js index d0051d2..80f95a4 100644 --- a/privacy-redirector.js +++ b/privacy-redirector.js @@ -3,7 +3,7 @@ // @name:tr Gizlilik Yönlendiricisi // @namespace https://github.com/dybdeskarphet/privacy-redirector // @license GPLv3 -// @version 1.2.1 +// @version 1.2.2 // @description Redirect social media platforms to their privacy respecting frontends // @description:tr Sosyal medya platformlarını, gizliliğe saygı duyan önyüzlerine yönlendirir // @updateURL https://raw.githubusercontent.com/dybdeskarphet/privacy-redirector/main/privacy-redirector.js