出典(authority):フリー百科事典『ウィキペディア(Wikipedia)』「2012/11/29 14:48:06」(JST)
This article has multiple issues. Please help improve it or discuss these issues on the talk page.
|
Developer(s) | Jason Barnabe |
---|---|
Stable release | 1.2.6 / February 27, 2012; 8 months ago (2012-02-27) |
Operating system | Cross-platform |
Type | Mozilla extension |
License | GPL |
Website | userstyles.org/ |
Free software portal |
Stylish is a browser extension that can apply a user-supplied style sheet to a web page, in addition to the Cascading Style Sheets provided by the website itself, to customize and personalize the appearance of the page. A user style may be more or less selective, targeting one specific web page, or several, or all of the pages on one or more domains, or every page on the web.
Mozilla-based web browsers (Firefox, Mozilla Thunderbird) and Chromium-based browsers (Google Chrome, Flock) are supported with two different implementations of the extension.[1][2] A similar but unrelated extension provides the same functionality in Apple Safari.[3] All can download and install stylesheets from a companion website, where members can upload and share their custom styles.[4]
Contents
|
User styles are CSS style sheets designed to alter the appearance of one, some, or all sites, or of the browser itself, and are applied only to the targets specified. Individual user styles can be enabled or disabled in Firefox without having to restart the browser.
User styles are added to the CSS rules provided by the site, but can also override the site's styling (often requiring the !important
keyword for each replacement rule). The most common uses are ad-blocking, applying a new color scheme, and eliminating unwanted page elements.[5]
There are three classes of user styles. Site styles change the appearance of a particular web site. Global styles change the appearance of all web sites. App styles change the appearance of the Firefox user interface, is similar to the userChrome.css
CSS file used by Firefox and Mozilla-based browsers.[6]
Stylish is often compared to Greasemonkey, another Mozilla extension that allows client-side manipulation of web pages. Greasemonkey's user scripts are essentially dynamically inserted JavaScript that can alter a page's appearance or functionality, while Stylish uses CSS, which can only alter appearance.
The style repository at userstyles.org allows you to add custom made stylesheets as Greasemonkey scripts, and many stylish scripts have the option of being added to Greasemonkey.
.