catppuccin / userstyles

🖌 Soothing pastel theme for Userstyles
MIT License
376 stars 111 forks source link

ci: add script to generate dark reader ignore configuration #967

Open Magniquick opened 4 weeks ago

Magniquick commented 4 weeks ago

This creates a dark-reader.ts that traverses the entire repository to create exclusion rules for dark reader. Initially written in python, rewritten in deno following popular demand. This still breaks on anything more complex than a bare domain, (probably) due to escaping shenanigans with regex. eg: google.com is broken, but mail.google.com works.

Basically #962, without the stupid pull bot messing up things. Ill squash the commits later.