Open KonoromiHimaries opened 6 years ago
I would ultimately like to do this but need to research how some of the other lists maintainers manage this before doing so.
It's also a time commitment that I don't have right now to implement immediately.
You can just divide it into few files, then use #include
directives in big main filterlist, which uBO supports to include smaller lists. Of course you can also do that just like I created templates file, made some scripts to merge all, but I think that in that case it's not needed, cuz you support only uBO, but maybe autosorting and autoversioning will be useful :smile:
Forgot this was still open, thanks for closing @KonoromiHimaries
Moving forward, I will be moving empty advertising filters into the ad_placeholders.txt
sublist.
The long-term intention with ad_placeholders.txt
sublist will be to remove all of these advertising filters from utlralist.txt
so eventually ultralist.txt
is ONLY a list that exists to subscribe to all Web Annoyances sublists.
This should allow the flexibility for users to only subscribe to certain features of Web Annoyances Ultralist e.g. users who only want to remove social buttons & empty ad boxes but don't want to change any CSS elements of a site like sticky headers or newsletter subscription requests (e.g. don't subscribe to css_style_filters.txt
& newsletter_filters.txt
)
This is also the reason behind recently creating css_companion_filters.txt
sublist.
Reopening to help others track maintenance progress of moving existing filters from ultralist.txt
into various sublists.
It might make sense to give cookie/gdpr filters their own sublist.
Also, I see a bunch of social filters in the generic sublist.
I'd be happy to submit a pull request for one or both of these if you're interested.
Should paywall filters go in a separate list too? And what's the policy in this repo? Are all paywalls removed when possible?
@GeneralKenobi1 I agree with splitting up cookie/gdpr filters - I can create a new sublist for that and I would be happy to accept a PR - Right now most of those filters would be in the modal_filters.txt
list as well as generic_filters.txt
@llacb47 I prefer not to have a separate paywall sublist, the general policy for Web Annoyances Ultralist is to remove them if it's a soft paywall/warning that only requires modifying CSS or blocking a 1st or 3rd party script - no script injection workarounds or faking subscription status.
There are separate extensions users can use if they want to go that route, e.g. Bypass Paywalls Clean for Firefox & Bypass Paywalls Clean for Chrome or even something as simple as Cookie Auto Delete for Firefox & Cookie Auto Delete for Chrome
There's a paywall scriptlet bypass right here, are you going to remove it? :P https://github.com/yourduskquibbles/webannoyances/blob/master/ultralist.txt#L186
@GeneralKenobi1 I just added a new cookie_filters.txt
sublist and just seeded it with a few existing filters from the modal_filters.txt
sublist. Feel free to submit PR's and THANK YOU in advance for any help!
There's a paywall scriptlet bypass right here, are you going to remove it? :P https://github.com/yourduskquibbles/webannoyances/blob/master/ultralist.txt#L185
Looks like that is just removing a cosmetic DOM element, not injecting scripts or changing the page content that isn't already loaded in the DOM when a user navigates to the page?
There's a paywall scriptlet bypass right here, are you going to remove it? :P https://github.com/yourduskquibbles/webannoyances/blob/master/ultralist.txt#L185
Looks like that is just removing a cosmetic DOM element, not injecting scripts or changing the page content that isn't already loaded in the DOM when a user navigates to the page?
I'm not saying you should remove it by the way, just saying this policy limits how much paywall bypassing can be done
There's a paywall scriptlet bypass right here, are you going to remove it? :P https://github.com/yourduskquibbles/webannoyances/blob/master/ultralist.txt#L185
Looks like that is just removing a cosmetic DOM element, not injecting scripts or changing the page content that isn't already loaded in the DOM when a user navigates to the page?
I see you pointed to L186 in edit now, yes I will remove that, no need to create undue risk when other extensions exist. Probably added it a long time ago when I found the filter on reddit or something like that. Thanks for pointing out
I'm not saying you should remove it by the way, just saying this policy limits how much paywall bypassing can be done
It's OK, it's not the intention or primary goal of this list to bypass paywalls so don't want to host that anyway and risk taking the whole project down.
You can just divide it into few files, then use
#include
directives in big main filterlist, which uBO supports to include smaller lists. Of course you can also do that just like I created templates file, made some scripts to merge all, but I think that in that case it's not needed, cuz you support only uBO, but maybe autosorting and autoversioning will be useful 😄
@hawkeye116477 What exactly do you mean by autosorting?
@hawkeye116477 What exactly do you mean by autosorting?
I mean that script will sort rules alphabetically. You can then set launching it through GitHub Actions for example twice per day, so it will be automatic process.
do you can divide the webannoyances list into a sublists
example. you can based on the model of polishsubfilters https://github.com/KonoromiHimaries/PolishSubFilters/tree/master/internal-filters or polishannoyancefilters model https://github.com/PolishFiltersTeam/PolishAnnoyanceFilters/tree/master/PPB
potential benefits