kaliiiiiiiiiii

Results 145 comments of kaliiiiiiiiiii

> currently the start is slow, because i wait 20 seconds for ublock update Uhh you mean fetch the extension? Each time? pretty sure versioning should be possible to implement....

@milahu Also, you might consider using threading at: https://github.com/milahu/aiohttp_chromium/blob/fc15ea609822fceeb4976cf8eb84967b22d7d4d8/src/aiohttp_chromium/extensions.py#L121-L123 just to be safe for asyncio. This applies as well for `shutil` and reading//writing files. `aiofiles` might be considerable here. It's...

> i dont see how the unzip code could break anything this runs sequentially to unpack extensions to user-data-dir For cases where the disk is slow and multiple Chrome instances...

> can i use custom profile directory, such as in normal selenium it's ` options.add_argument(r"--user-data-dir=C:\se\Profiles") options.add_argument(fr'--profile-directory=Profile {i}')` just try yourself lol

> feature request to spoof webrtc this is already implemented with selenium-injector

> automatically?, or i will need to manually configure it? I think the webrtc-leak is patched automatically with it, if you refer to that.

> i think selenium-injector disables webrtc instead of matching it's ip to that of the proxy, some sites suspects if your webrtc is dissabled uhm nope shouldnt. just try on...

1. RAM and cores don't need to be the same, as RAM is the amount of GB available on your device (4), and cores the amount of cores your processor...

> > 3. Can you show me the error, when you click on the link at "lies(1)" ? > > ![image](https://user-images.githubusercontent.com/48652123/244881919-378a5791-d1b5-4e43-a850-2fbc4fc7c503.png) > > @kaliiiiiiiiii It shows that error if `RAM...