pnd280 / complexity

⚡ Supercharge your Perplexity.ai
https://cplx.vercel.app
412 stars 25 forks source link

Waterfox compatibility issues #8

Closed pnd280 closed 2 months ago

pnd280 commented 2 months ago

The CSS child combinator selector > is heavily used across many components. However, it doesn't seem to work in combination with querySelector and its abstracted variants exclusively on Waterfox. Until I can figure out the cause of this issue, Complexity will officially be unsupported on Waterfox.

pnd280 commented 2 months ago

The root cause is that Waterfox disables a lot of CSS features by default, there's a huge list to go through. I don't want to waste time going through each of them and potentially shoot myself in the foot. If anyone has a standard user.js for Waterfox that makes it behave like a modern browser, please share it!