alkim0

Results 33 comments of alkim0

@darthdubu Did you add the ublock filters to your config file? For a quick howto, see (https://github.com/qutebrowser/qutebrowser/issues/6480#issuecomment-1182499581)

@The-Compiler Can I ask what version of python-adblock you have? I added a check to ensure that interface is only used with versions greater than 0.5.2, but it seems to...

@The-Compiler This shouldn't have much of an effect on RAM, unless the underlying adblock engine itself takes a lot of RAM, but I don't think that should be the case...

@The-Compiler I can't figure out the `qtnetwork-download-manager` error which only happens on windows. I think perhaps I'm setting the tests up wrong, but I have no idea what's wrong exactly......

I took a first stab at implementing cosmetic filtering and scriptlet injection. There is a pending pull request: #7312 To try it out for yourself: 1. I highly recommended adding...

> Thanks a LOT, do I understand correctly that there's still no dynamic scriptlet injection (just once after page load)? This could explain why ads where not completely blocked on...

Wow, thanks for the detailed debug info. Just to reiterate, css filters like `[id^="t3"].promotedlink:upward(.rpBJOHq2PR60pnwJlUyP0 > div)` (reddit's promoted posts) are not supported by the underlying Brave ad block engine (brave/adblock-rust/issues/145),...

@herrsimon, Just to verify, is this what you are talking about? ![2022-07-15-105620_1916x1023_scrot](https://user-images.githubusercontent.com/9775404/179284550-c5bc7c4f-2231-489d-90f4-f3a73af5f11e.png) If so, I still seem to be getting ads with it: ![2022-07-15-105502_1916x1023_scrot](https://user-images.githubusercontent.com/9775404/179284647-0a0ee1dd-5083-4f26-bea7-5bf9e7ba5e0f.png) 1. Qutebrowser doesn't seem to dealing...

Here's a monkey patch I'm using in my project to get STARTTLS working. It's confirmed to work with two different IMAP servers. ``` from aioimaplib import aioimaplib # Monkey patching...

In case you're still having issues with this, feel free to take my code as an example: [https://github.com/alkim0/mbsync-watcher/blob/master/mbsync_watcher/main.py](https://github.com/alkim0/mbsync-watcher/blob/master/mbsync_watcher/main.py).