Closed MarcelWaldvogel closed 4 years ago
I just noticed that there are two const PREFS
in options.js
, the second being at https://github.com/Smile4ever/Neat-URL/blob/master/options.js#L193. I presume the second one should be deleted?
@MarcelWaldvogel I went for a solution that doesn't need the build script and instead uses fetch to get the new JSON file I introduced with version 5.0.0. That way I can keep developing locally.
Thank you for your time, though.
There used to be three instances of the filter lists, in
README.md
, inbackground.js
, and inoptions.js
.README.md
had diverged from the rest. This makes sure that the list inREADME.md
is now authoritative and the lists inbackground.js
andoptions.js
are always built fromREADME.md