Privacy redirector json created for pattern checker module #122
Replies: 13 comments 23 replies
-
This is exactly what I had in mind while adding the advanced json editor, letting users create their own patterns in a (relatively) easy way. Good job! I, too, have a few personal patterns myself. I now need to think of a way to allow users to discover and upload/download them... Maybe it's time to setup the Github wiki 🤔 |
Beta Was this translation helpful? Give feedback.
-
That will be more useful for the project |
Beta Was this translation helpful? Give feedback.
-
it is not possible to integrate the Json file into Url Checker, and let users choose to activate or not such and such a redirection? Am I delirious or is this possible? |
Beta Was this translation helpful? Give feedback.
-
It is indeed possible, and I though about adding them disabled by default. But the names are in english, and having them translatable is the real pain... |
Beta Was this translation helpful? Give feedback.
-
I can't imagine the amount of work that this entails, I have every confidence in you on this subject. You are right, it is easier to make it functional by use your idea (provide the Json, and the instructions for modifying the rules, as for ClearUrl), my intervention was clumsy. On the other hand, if you talk about the names of the various applications, they do not have to be translated (in the majority of cases, the name of the application remains the same, regardless of the language of the user) |
Beta Was this translation helpful? Give feedback.
-
Hmm, that's right, I can add just 'Youtube -> Invidious'. I'll probably do it. |
Beta Was this translation helpful? Give feedback.
-
possible json schema for multi instance links like invidious would be where replacements_urls contains list of some/all instances Also made some changes to fix escaping of '.' character not previously made (UrlChecker not responding due to this improper escaping) and added some more sites to the gist. |
Beta Was this translation helpful? Give feedback.
-
As you probably saw, I (finally) created a wiki for user-patterns: https://github.com/TrianguloY/UrlChecker/wiki/Custom-patterns As for the app, I'll try to include a couple ones (disabled by default) for those that are interested to be able to discover them. In any case, I'll also add a link to that new wiki page, so this is just a 'sample'. Question: If you need to choose a few of them, which ones do you think are the most 'representative' of privacy redirectors? Preferably some that will most likely work in the future and as popular as possible. I was thinking about:
|
Beta Was this translation helpful? Give feedback.
-
Privacy Redirector by default provides multiple options and allow users to choose from amongst them. Also provide farside links ( i think last item of array for this ) when available so as to randomized behaviour if someone want that behaviour. Also I have updated the list yesterday to my current used one at gist |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @TrianguloY how to share new "customs redirects" with
Maybe just by adding them to the json files of @Raj9039852537, if he agrees with that :-) |
Beta Was this translation helpful? Give feedback.
-
Hi;
If you have ideas to make this work I'm interested. Otherwise, sorry to have bothered you. |
Beta Was this translation helpful? Give feedback.
-
Easy way to check links with urlscan.io "Check with urlscan.io": {
"regex1": "^(https?):\/\/(\\S*)$",
"regex": "^(?!.*(urlscan.))(.*)",
"replacement": "https:\/\/urlscan.io\/#$2",
"enabled": "true" EDIT: now that i look at this... will this work with http links? |
Beta Was this translation helpful? Give feedback.
-
privacy redirector extension support is still pending and I have managed to make it work with pattern checker module. Here is the link of my configuration for the same privacy redirector in json formal as required by pattern checker.
For temporary or permanent solution this can be used for redirecting the sites.
Feel free to use and edit the gist mentioned according to the needs
Beta Was this translation helpful? Give feedback.
All reactions