uBlock/src/js/codemirror
Raymond Hill 194354cd5d
Add support for logical expressions to !#if directive
Reference:
https://adguard.com/kb/general/ad-filtering/create-own-filters/#conditions-directive

This commit should make uBO fully compatible with the `!#if`
directives found throughout AdGuard's filter lists.

Additionally, added the new `!#else` directive for convenience
to filter list authors:

    !#if cap_html_filtering
    example.com##^script:has-text(fakeAd)
    !#else
    example.com##+js(rmnt, script, fakeAd)
    !#endif
2023-06-29 14:50:42 -04:00
..
search-thread.js Convert remaining vAPI.setTimeout to vAPI.defer 2023-04-14 10:26:45 -04:00
search.js Wrap usage of setTimeout in helper for background + auxiliary pages 2023-04-09 13:38:16 -04:00
ubo-dynamic-filtering.js Fix not highlighting cases of invalid syntax 2021-10-31 13:18:31 -04:00
ubo-static-filtering.js Add support for logical expressions to !#if directive 2023-06-29 14:50:42 -04:00