-
Notifications
You must be signed in to change notification settings - Fork 142
Description
Description
Ability to put something like file:///home/username/subscription.txt
in Url
field. This is very convenient, for example, I have a script that parses proxies from third-party sources and saves them to a file on my hard drive. After that, I add them to Throne
(former Nekoray
) via file://<path>
as subscription. I want to do something similar with this extension, but I want to load AutoProxy/GFWList
rules from my hard drive.
Also, this will make life easier for those who want to load the same set of rules into different profiles, or even on different devices in the local network. In addition, some will find it more comfortable to work with rules in text form, with comments, in their favorite editor.
If I'm not mistaken file://
is a feature of unix-like systems. On Windows it would probably just be C:\<path>
?..
Is your feature request related to a problem? Please describe.
There is no possibility to load a list of rules from a local file. There is no possibility to use your list of rules in several profiles, without manually copying each rule. There is no possibility to store rules localy in a convenient format with comments.
Describe alternatives you've considered
No response
Any additional context
No response