You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jason Barnabe edited this page Sep 26, 2013
·
3 revisions
Styles posted on userstyles.org are automatically categorized based on the code they contain. The main factors are the @-moz-document rules, the @namespace rules, and the example URL set.
The rules userstyles.org uses for determining a category are as follows:
If XUL is the default namespace, the style is an "app" style.
If there are no @-moz-document rules, the style is a "global" style.
If any of the @-moz-document rules are for the chrome, about, or x-jsd protocols, the style is an "app" style.
If any of the @-moz-document rules are of "url-prefix" type and apply to the entirety of the http, https, ftp, file, data, or chm:file protocols, the style is a "global" style.
Otherwise, the style is a "site" style.
Global styles do not receive a subcategory. For other styles, the site first tries to get an affected URL. The example URL is used for this, assuming it matches any of the @-moz-document rules. If no example URL is set, a value from the @-moz-document rules is used.
For site styles, the domain of affected URL gets stripped (e.g. a URL of http://www.example.com becomes "example") and that is the subcategory.
For app styles, the URL is checked against a map of common URL prefixes and the resulting value is the subcategory. If the URL does not match any common prefixes, the subcategory is "browser".