master
Raw Download raw file
  1[
  2  {
  3    "settings": {
  4      "openEditInWindow": true,
  5      "openEditInWindow.popup": false,
  6      "windowPosition": {},
  7      "show-badge": true,
  8      "disableAll": false,
  9      "exposeIframes": false,
 10      "newStyleAsUsercss": true,
 11      "styleViaXhr": false,
 12      "patchCsp": false,
 13      "config.autosave": true,
 14      "popup.breadcrumbs": true,
 15      "popup.breadcrumbs.usePath": false,
 16      "popup.enabledFirst": true,
 17      "popup.stylesFirst": true,
 18      "popup.autoResort": false,
 19      "popup.borders": false,
 20      "popup.findStylesInline": true,
 21      "popup.findSort": "u",
 22      "manage.onlyEnabled": false,
 23      "manage.onlyLocal": false,
 24      "manage.onlyUsercss": false,
 25      "manage.onlyEnabled.invert": false,
 26      "manage.onlyLocal.invert": false,
 27      "manage.onlyUsercss.invert": false,
 28      "manage.actions.expanded": true,
 29      "manage.backup.expanded": true,
 30      "manage.filters.expanded": true,
 31      "manage.newUI": true,
 32      "manage.newUI.favicons": false,
 33      "manage.newUI.faviconsGray": true,
 34      "manage.newUI.targets": 3,
 35      "manage.newUI.sort": "title,asc",
 36      "editor.options": {},
 37      "editor.toc.expanded": true,
 38      "editor.options.expanded": true,
 39      "editor.lint.expanded": true,
 40      "editor.publish.expanded": true,
 41      "editor.lineWrapping": true,
 42      "editor.smartIndent": true,
 43      "editor.indentWithTabs": false,
 44      "editor.tabSize": 4,
 45      "editor.keyMap": "default",
 46      "editor.theme": "default",
 47      "editor.beautify": {
 48        "selector_separator_newline": true,
 49        "newline_before_open_brace": false,
 50        "newline_after_open_brace": true,
 51        "newline_between_properties": true,
 52        "newline_before_close_brace": true,
 53        "newline_between_rules": false,
 54        "preserve_newlines": true,
 55        "end_with_newline": false,
 56        "indent_conditional": true
 57      },
 58      "editor.beautify.hotkey": "",
 59      "editor.lintDelay": 300,
 60      "editor.linter": "csslint",
 61      "editor.lintReportDelay": 500,
 62      "editor.matchHighlight": "token",
 63      "editor.autoCloseBrackets": true,
 64      "editor.autocompleteOnTyping": false,
 65      "editor.contextDelete": false,
 66      "editor.selectByTokens": true,
 67      "editor.appliesToLineWidget": true,
 68      "editor.livePreview": true,
 69      "editor.colorpicker": true,
 70      "editor.colorpicker.hexUppercase": false,
 71      "editor.colorpicker.hotkey": "",
 72      "editor.colorpicker.color": "rgb(60, 60, 60)",
 73      "editor.colorpicker.maxHeight": 300,
 74      "hotkey._execute_browser_action": "",
 75      "hotkey.openManage": "",
 76      "hotkey.styleDisableAll": "",
 77      "sync.enabled": "none",
 78      "iconset": 0,
 79      "badgeDisabled": "#8B0000",
 80      "badgeNormal": "#006666",
 81      "popupWidth": 246,
 82      "updateInterval": 24
 83    }
 84  },
 85  {
 86    "enabled": true,
 87    "updateUrl": null,
 88    "url": null,
 89    "installDate": 1624411306442,
 90    "sections": [
 91      {
 92        "code": "body,\n    #hnmain {\n        background-color: rgb(26, 26, 26);\n        color: rgb(230, 230, 230);\n    }\n\n    .title > .titlelink,\n    .fatitem .title > .titlelink {\n        color: rgb(215, 210, 200);\n    }\n\n    a:visited,\n    .title a:visited {\n        color: rgb(100, 100, 100);\n    }\n\n    .comment-tree tr.athing,\n    .comment .commtext,\n    .comment a,\n    .comment .commtext a {\n        background: rgb(34, 34, 34);\n        color: rgb(210, 210, 210);\n    }\n    font {\n        color: rgb(130,130,130)\n    }\n    .comment a:visited,\n    .comment .commtext a:visited {\n        color: rgb(100, 100, 100);\n    }\n\n    .subtext,\n    .subtext a:link {\n        color: rgb(100, 100, 100);\n    }",
 93        "start": 270,
 94        "domains": [
 95          "ycombinator.com"
 96        ]
 97      }
 98    ],
 99    "sourceCode": "/* ==UserStyle==\n@name           Dark Orange Site\n@namespace      USO Archive\n@author         bryfry\n@description    `Dark, Orange Site`\n@version        202106.0.1\n@license        CC-BY-4.0\n@preprocessor   uso\n==/UserStyle== */\n@-moz-document domain(\"ycombinator.com\") {\n    body,\n    #hnmain {\n        background-color: rgb(26, 26, 26);\n        color: rgb(230, 230, 230);\n    }\n\n    .title > .titlelink,\n    .fatitem .title > .titlelink {\n        color: rgb(215, 210, 200);\n    }\n\n    a:visited,\n    .title a:visited {\n        color: rgb(100, 100, 100);\n    }\n\n    .comment-tree tr.athing,\n    .comment .commtext,\n    .comment a,\n    .comment .commtext a {\n        background: rgb(34, 34, 34);\n        color: rgb(210, 210, 210);\n    }\n    font {\n        color: rgb(130,130,130)\n    }\n    .comment a:visited,\n    .comment .commtext a:visited {\n        color: rgb(100, 100, 100);\n    }\n\n    .subtext,\n    .subtext a:link {\n        color: rgb(100, 100, 100);\n    }\n}",
100    "usercssData": {
101      "name": "Dark Orange Site",
102      "namespace": "USO Archive",
103      "author": "bryfry",
104      "description": "Dark, Orange Site",
105      "version": "202106.0.1",
106      "license": "CC-BY-4.0",
107      "preprocessor": "uso"
108    },
109    "author": "bryfry",
110    "description": "Dark, Orange Site",
111    "name": "Dark Orange Site",
112    "updateDate": 1642185810825,
113    "_id": "3bf7e253-dc3f-4009-b0d7-ec34710e4793",
114    "_rev": 1642185810825,
115    "id": 5,
116    "_usw": {}
117  }
118]