Binarus

Results 16 comments of Binarus

Thanks for the comment. However, the key point here is that it is **not sufficient** to just enable long path names **in Windows**. Python (or the Windows APIs it calls)...

Thank you very much for caring! >It works fine for me. Prepending \\?\ is only required when LongPathsEnabled is not set. Are you sure you enabled it and the setting...

At first, thank you very much for your answers. I'll comment them below. But before, I'd like to state that I have some experience with regular expressions in general, but...

I just conducted another test: While the current URL (tab URL) was `https://www.ebay.de/mye/myebay/summary`, I typed `https://mesg.ebay.de/mesgweb/ViewMessages/0` into the address bar and hit ENTER. That also didn't work: The new URL...

**I have made progress.** I have created a new per-domain isolation as described in my first post, but this time, I just used `/.*/` as the domain pattern and the...

OK, here are the settings. Exporting them was a no-brainer :-) I had to change the extension from `.json` to `.txt` because otherwise the forum software doesn't allow to attach...

And here is the debug log. Thanks for the detailed instructions on the page you linked! I cost me barely a minute to create the log. [console-export-2022-10-19_23-59-8.txt](https://github.com/stoically/temporary-containers/files/9824674/console-export-2022-10-19_23-59-8.txt) Update - additional...

**Thank you very much!** **I confirm that changing the mouse click settings to "never" makes the per-domain exclusions work as expected;** I have just tested it, again using the ebay...

> > /^https?://(.+.)?ebay.(de|com)(/.*)?$/ probably would match e.g. https://my.example.com/a.ebay.de and the like, which probably is not what is intended :-) I admit that this is paranoid, though. > > Dots in...