Results 217 comments of PalmerAL

Thanks for reporting. Do you have any more information (like a stacktrace)? If you launch Min from the terminal, you might get a helpful message when it exits.

I started looking a little bit at how this works in Chrome: 1. The feature is defined here (this is the `--enable-features` list: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/common/features.cc;l=1100-1102;bpv=0;bpt=1 2. Then this code checks for...

It seems like it's possible to reduce the latency a lot by putting the CSS inside the preload script (https://github.com/minbrowser/min/blob/master/js/preload/default.js): ``` electron.webFrame.insertCSS(` html { background-color: #ddd; filter: hue-rotate(180deg) invert(100%) !important;...

I looked into this a bit, and this is a result of 9efaf3bca9578f4471cdcd9cb16419d77cabe303. Specifically, this doesn't work: https://github.com/minbrowser/min/blob/master/main/download.js#L102 because Chromium blocks `fetch` calls to local files before we ever get...

Good point, I've added a 32-bit installer: https://github.com/minbrowser/min/tree/windows-32bit-installer Could you try this build and confirm that it runs?: https://workdrive.zohoexternal.com/file/n7nak3b74b83fcdca41799f44b29e96592934

I'm glad you like Min! Offering the features of a full web browser with a faster and less cluttered UI is one of the main goals of this project, so...

> Is it something that the author is ok with? Sorry for the late response. I am open to other package formats; I'm not super familiar with what the current...

Can we run `npm install` in a script in our own code, and then feed the result into the flatpak tool with all the packages already installed?

Oh, I guess the issue is that it doesn't github repository paths, rather than simple package names? (Because we're using our own fork of Dragula, rather than the NPM version)....

If you wanted to keep working on the flatpak package, you could just switch Dragula back to the NPM version for now; I think the only consequence would be that...