Skip to content

Screenshot ordering by yellow

Details

Authoryellow

LicenseCC-BY-SA-4.0

Categoryuserstyles

Created

Updated

Size746 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

"Additional Screenshots" uploaded (#3, #1, #4, #2, then #5), then "Primary Screenshot" uploaded.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Screenshot ordering
@namespace      USO Archive
@author         hideheader
@description    `"Additional Screenshots" uploaded (#3, #1, #4, #2, then #5), then "Primary Screenshot" uploaded.`
@version        20160612.23.35
@license        CC-BY-SA-4.0
@preprocessor   uso
==/UserStyle== */
@-moz-document regexp("data:text/html;.*href='chrome://devtools/content/sourceeditor/codemirror/lib/codemirror.css'>.*") {

  .CodeMirror SPAN.cm-variable-2 {
    color: magenta;
    font-variant: small-caps;
  }

}

@-moz-document url-prefix("chrome-extension://bjejhonliplapijogidofmideakfkjpm/edit.html") {
  .CodeMirror SPAN.cm-variable-2 {
    color: magenta;
    font-variant: small-caps;
  }
}

Reviews

No reviews yet.