-
When Context: |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 37 replies
-
Sure, if the filter list contains all that is needed according to spec, uBO will try to patch the list. |
Beta Was this translation helpful? Give feedback.
-
How to do it with RU AdList ? |
Beta Was this translation helpful? Give feedback.
-
I updated the bash scripts to encode the Modification to bash scripts and examples of the new way to encode diff-block name: f34a103 There need to be a transition, so for a while uBO itself will still use |
Beta Was this translation helpful? Give feedback.
-
In the // Remove sublist header information: the importing list will provide its
// own header.
text = text.trim().replace(/^(?:!\s+[^\r\n]+?(?:\r\n|\n))+/s, ''); Which I also like to use to minify my filterlist.
I know I have to change the regex, but somehow I don't get it working. Can some help me with this? I'm sorry if this discussion is the wrong place to ask this question. |
Beta Was this translation helpful? Give feedback.
-
I would suggest running these scripts through shellcheck, they may fail on spaces. |
Beta Was this translation helpful? Give feedback.
I've updated
assets.dev.json
with your new URLs, will see if this works. I am still addressing small issues. So for now only the dev build will try to fetch these new URLs, I will update the ones inassets.json
once the new updater reaches stable.