It seems wrong path in
https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/filters/css_style_filters.txt:
!#include filters/css_companion_filters.txt
instead of
!#include css_companion_filters.txt
Currently this section cannot be loaded by AdGuard and uBO. They trying to download
https://raw.githubusercontent.com/yourduskquibbles/webannoyances/master/ filters/filters/ css_companion_filters.txt
@Alex-302 Yep, thanks for letting me know. I think the requirement of new syntax is a bug in the latest ubo dev build on firefox, doing a temporary workaround to cover all cases until this is fixed by including both syntaxes for now.
I had just opened an internal ticket on uBO discussion related to this, see below
Hi I've been away from computer mostly for last month or so due to personal reasons so haven't followed all of the latest updates with uBO closely but I noticed my CSS_Companion_Filters nested sublist that loads through the sublist CSS_Style_Filters.txt included in Ultralist.txt was not loading in the latest uBO dev build 1.27.5b1 on firefox nightly so I changed the syntax yesterday in https://github.com/yourduskquibbles/webannoyances/commit/0b38ee26057c705da30919b8c23d2f1621b787eb but then an error is occurring in latest dev build 1.27.1b0 on chrome beta because the syntax update on that version doesn't like the addition of the
filtersfolder (tries to load from filters/filters now on chrome.)Not sure if this syntax change for nested sublists was intentional or if it is a bug in
1.27.5b1If you need testing versions of the two different syntaxes here are raw links
- updated nested sublist syntax - This should fail to load the
css_companion_filters.txtnested sublist on latest dev build in chrome- Old list with previous nested sublist syntax - This should fail to load the
css_companion_filters.txtnested sublist on latest dev build in firefox
Ok, thanks. We will temporary disable this filter(it is still available, but will not be updated some time), because our filters compiler fails on !#include filters/css_companion_filters.txt (this is correct behafior for our filters compiler)
Update: fix for the broken behavior in ubo beta is on the radar
See: https://github.com/uBlockOrigin/uBlock-issues/issues/1034#issuecomment-631580536
When this is fixed in latest uBO beta I will remove the extra !include and flag you @Alex-302
@Alex-302 the nested include syntax has been reverted back to working as it was as the bug should be fixed now in latest uBO dev build 1.27.5b2 and
Ok, thanks. We will temporary disable this filter(it is still available, but will not be updated some time), because our filters compiler fails on
!#include filters/css_companion_filters.txt(this is correct behafior for our filters compiler)
@Alex-302 This should be fixed now so you should be able to re-enable so latest updates can be fetched.
@yourduskquibbles thanks)