minbrowser / min

A fast, minimal browser that protects your privacy
https://minbrowser.org/
Apache License 2.0
7.72k stars 685 forks source link

Electron does not support ::visited CSS rule #2294

Open xplshn opened 11 months ago

xplshn commented 11 months ago

Expected Behavior

Show links that you've visited before in a different color than those you haven't or that do not appear in your history

MohitBansal321 commented 5 months ago

@xplshn can you provide the way for reproduce this bug Because i don't see any issue related to this on min Thank you

xplshn commented 5 months ago

I reported this long ago, and now I don't have Debian anymore, I use Alpine and FreeBSD, so, sadly I cannot use Min anymore, since packages are compiled against glibc and as ".deb" files. I would love to see an AppImage compiled against Musl for this project, since Musl works under GlibC systems and uClibc ones just fine.

Kepler-69c commented 4 months ago

Do you mean that Min doesn't store your browsing history correctly, or that the CSS :visited selector doesn't work in Min? Can you give a concrete example of a site where this does not work?

PalmerAL commented 4 months ago

It's the second one - :visited doesn't do anything, because Electron doesn't support it.