Woundorf / foxreplace

Replace text in webpages
https://addons.mozilla.org/firefox/addon/foxreplace/
GNU General Public License v3.0
90 stars 22 forks source link

How to add a list of excluded URLs? #334

Closed ghost closed 2 years ago

ghost commented 2 years ago

I've created a list with over a hundred excluded URLs — a snippet from my list:

-mathoverflow.net 
-blogoverflow.com 
-serverfault.com 
-stackoverflow.com 
-stackexchange.com
-stackapps.com 

image

Is there a way to add all at once? Can the exclusions at least be added to a remote text file?

image

ghost commented 2 years ago

... of course you can at least edit the exported .json by hand and import back afterwards. I consider the issue as solved.

 {
      "name": "words",
      "urls": [
        "-askubuntu.com",
        "-howtogeek.com",
        "-mathoverflow.net",
        "-opensource.com",
        "-redhat.com",
        "-serverfault.com",
        "-stackapps.com",
        "-stackexchange.com",
        "-stackoverflow.com",
        "-superuser.com",
        "-wikipedia.org"
      ],