firefox-scripts
firefox-scripts copied to clipboard
StyloAix : error detecting CSS file types
If a User Style css file ends with us.css, it is considered as US (same with as).
A file named "border-radius.css" is falsely detected as US. The code should test ".us.css" and not only "us.css".