-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breakdown during filter assembly RU AdList #2193
Comments
Per:
|
I can create a new RU AdList file on github, like this:
But there are two problems. I need to add AWRL there: And the address of this new file must be added to uBlock Origin. |
I can put this file myself here: Is this how it will work? >
|
I am thinking about you create a GitHub worker to stitch the lists and import at the same time |
This won't work, some of the sublists are outside |
To be honest, I've never done anything like this. But if I have clear step-by-step instructions, then I'm ready. |
Ok, I will try to gather all the steps, not sure I can do that today though. I will list the steps here and add more steps as I identify them: |
Maybe I should place the file without AWRL for now, but so that users have scriptlets? Without them, a lot of ads are unblocked, especially on problem sites. Everything is in one place: |
What would be the URL of the list for now? |
|
I get |
I didn't know it would be needed right now. Uploaded: easylist/ruadlist@9dabf30 |
You need to use relative URLs:
|
Will the |
Related issue: - uBlockOrigin/uBlock-issues#2193
Tomorrow I will try to detail the whole setup to have the list stitched and published automatically each time you change any of the sublists. |
So that users do not suffer, I have added an unsynchronized AWRL for now. |
IMO not similar due fanboy social at: Https://easylist-downloads.adblockplus.org/fanboy-social.txt has don't touched |
Ok here is what I have, but since I can't test these steps, I can only hope I didn't overlook anything and that this will work as intended. I am assuming you are updating your repo through command line using linux. In Create a new branch, named
A GitHub action in
This should cause the following URL to become the official RUADList after the the first time the GitHub action executes: https://raw.githubusercontent.com/easylist/ruadlist/gh-pages/RuAdList-uBO.txt. You can see the history of GitHub action executions at https://github.com/easylist/ruadlist/actions. When all is confirmed working well, I will update the official URL in One limitation of this workflow is that it won't trigger when something change in https://github.com/easylist/antiadblockfilters, which content is pulled in only at list stitching time, which occurs only when something changes in https://github.com/easylist/ruadlist. |
FiltersHeroes "Actions" can watch on Translation to Python 3.8+ should unlock use local on Windows/macOS (to compare with old Also this is hawkeye handwritten ecosystem - so he know better how fix bugs if fail "install" in repo. |
@gorhill But I would like to solve one problem right now. In uBlock Origin Legacy, a new filter location is not pulled up even after multiple filter updates. I think for him this location should be specified separately. Have a look, please. |
awesome, https://raw.githubusercontent.com/easylist/ruadlist/master/RuAdList-uBO.txt is useful |
Issue is obsolete, RUAdList now supports differential updates at https://github.com/dimisa-RUAdList/RUAdListCDN |
Prerequisites
I tried to reproduce the issue when...
Description
Today I discovered that the RU AdList filter:
https://easylist-downloads.adblockplus.org/advblock+cssfixes.txt
stopped building properly. When building on theadblockplus.org
domain, thejs-fixes-experimental.txt
file with rules specific to uBlock Origin was no longer pulled into it:https://github.com/easylist/ruadlist/blob/master/advblock%2Bcssfixes.txt
For a while I thought it was some kind of bug on the
adblockplus.org
server, but then I got a response from them that it was not a bug. Eyeo has launched a new system for delivering filter lists, while those that are not recommended for Adblock Plus are not pulled into builds.As the
css-fixes-experimental.txt
file continued to be pulled into the build, I figured it was because it was originally intended to be used in Adblock Plus (in the future) and has syntax compatible with it#?#
. Therefore, I remadejs-fixes-experimental.txt
similarly, in the hope that this will be enough: easylist/ruadlist@4c512dbBut none of this happened, the file still did not pull up. Then I tried to add the
!#include
directive to thecss-fixes-experimental.txt
file, both in short form: easylist/ruadlist@e269436 and with the full path: easylist/ruadlist@4762478. In both cases, there was no success.I am currently looking for a way to return the
js-fixes-experimental.txt
file to the RU AdList filter for uBlock OriginAs far as I understand, a similar issue has already been discussed here: #2191
A specific URL where the issue occurs
mail.ru
Steps to Reproduce
unknown
Expected behavior
unknown
Actual behavior
unknown
uBlock Origin version
uBlock Origin development build 1.43.1b10
Browser name and version
Google Chrome 103.0.5060.134
Operating System and version
Windows 7
The text was updated successfully, but these errors were encountered: