Philipp

Results 22 comments of Philipp

So for the first page there are filters available, but they are more advanced; the script currently doesn't support them: ksl.com#?#.queue:-abp-has(.sponsored) Supporting this type of selector would probably be quite...

Thank you :) Do you know any examples for sites where popups aren't blocked? I personally only noticed the cosmetic filter script not working properly on e.g. https://www.spiegel.de/, but not...

Tbh I personally don't use these sites and haven't experienced this on any other sites, so I likely won't create a script for that. Maybe you can find [other scripts](https://gist.github.com/search?q=animepahe.com)...

Sounds interesting. I'm not 100% sure one could do it for all URLs (as scripts are only injected after some part of the request has already loaded, so the tracking...

Hey, The current approach is basicially just downloading the html pages (with resources like images, stylesheets & javascript) and putting them in directories. The goal is to save the websites...

I think you are mostly right about this, but there might still be some benefits. The list for example contains `wsj.com###cx-notification` and when I open [WSJ](https://www.wsj.com/) in Bromite, no cookie...

Hi, thank you :) I don't know much about nginx or reverse proxys, but it seems like nginx can serve static files by itself. So if you already set up...

There's also an [x86-64 implementation here](https://github.com/xarantolus/x86-asm/blob/e570d88cb0ca3d1476dae1580c9872543a6278c2/malloc/malloc.S#L27-L76), the MemeAssembly version was translated from it. One thing to note is error handling: the implementation detects if we didn't get any more memory...

Hey, I wanted to look into this, but it looks like this has already been implemented? At least the `RecipePage` uses `useMeta` and that already contains `ld+json` data that also...

BTW I have since created [two user scripts](https://github.com/xarantolus/bromite-userscripts) that also block these kinds of popups, so I'll close this