Results 4 comments of MashedD

Because there's a bug in description: https://github.com/ikz87/picom-shaders/tree/main/Animations There's missing info that "match" and "shader" should be in "rules" section, example: rules: ({ match = "window_type = 'normal'"; shader = "/home/user/.local/src/picom-shaders/Animations/pixelize.glsl";...

It doesn't work because you've missed example.html mentioned in README.md, you're missing a block: after doctype. Another problem you might encounter later is missing PGP keys in your system, example...

I confirm that problem exists with UTF-8 pages. I've made a simple page with letter "**ń**" in header's title - yields red shield. Changed to letter "**n**" - green shield....

I've installed this tool: npm install html-minifier and seems that I have similar results to the minifier that was originally used in this extension: ``` html-minifier \ --case-sensitive \ --remove-empty-attributes...