-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylus.json
116 lines (116 loc) · 3.76 KB
/
stylus.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
[
{
"installDate": 1527092772900,
"enabled": true,
"updateUrl": null,
"md5Url": null,
"url": null,
"originalMd5": null,
"name": "hn",
"sections": [
{
"code": "/* For urls starting with: https://news.ycombinator.com */\nbody\n{\n background-color: #f6f6ef;\n}\n\n#hnmain\n{\n width: 100%;\n padding-left: 10%;\n margin-top: -10px;\n margin-left: -10px;\n padding-right: 10%;\n}\n\ntd\n{\n background-color: #f6f6ef;\n}\n\n\n.itemlist, .title, .sitestr, .comment, .comhead .age, .comhead .hnuser, .togg\n{\n font-size: 2.5em !important;\n}\n\n.comment\n{\n padding-bottom: 5%;\n}\n\n.subtext\n{\n font-size: 1em !important;\n}\n\n.fatitem form, .reply, .votearrow, .pagetop\n{\n display: none;\n}\n\na img\n{\n filter: grayscale(100%);\n position: absolute;\n top: 1em;\n left: 1em;\n}\n\n.comment-tree .votelinks\n{\n border-left: 1em solid #828282;\n}\n\n.comment-tree\n{\n margin-top: -30px;\n}\n\n.athing\n{\n margin-top: -10px;\n}\n\n.hnmain\n{\n margin-top: -50px;\n}",
"urls": [],
"urlPrefixes": [
"https://news.ycombinator.com"
],
"domains": [],
"regexps": []
},
{
"code": "",
"urls": [],
"urlPrefixes": [],
"domains": [],
"regexps": []
}
],
"id": 1
},
{
"installDate": 1527092772900,
"enabled": true,
"updateUrl": null,
"md5Url": null,
"url": null,
"originalMd5": null,
"name": "hn-home",
"sections": [
{
"code": "/* \nFor URL: https://news.ycombinator.com/\nFor URL matching regexps: https:\\/\\/news\\.ycombinator\\.com\\/news.*\n*/\n\n.storylink, .title\n{\n font-size: 1.2em !important;\n}",
"urls": [
"https://news.ycombinator.com/"
],
"urlPrefixes": [],
"domains": [],
"regexps": [
"https:\\/\\/news\\.ycombinator\\.com\\/news.*"
]
}
],
"id": 2
},
{
"installDate": 1527092772900,
"enabled": true,
"updateUrl": null,
"md5Url": null,
"url": null,
"originalMd5": null,
"name": "yt-all",
"sections": [
{
"code": "#ticker-content,\n.yt-thumb-square,\n.yt-uix-button-subscription-container,\n#watch7-subscription-container,\n#kbd-nav-933941,\n#masthead-positioner,\n#guide\n{\n display: none;\n}\n\n.yt-user-info\n{\n margin-left: 0px !important;\n}\n\n#masthead-positioner-height-offset\n{\n height: 0 !important;\n}",
"urls": [],
"urlPrefixes": [],
"domains": [
"youtube.com"
],
"regexps": []
}
],
"id": 3
},
{
"installDate": 1527092772900,
"enabled": true,
"updateUrl": null,
"md5Url": null,
"url": null,
"originalMd5": null,
"name": "yt-home",
"sections": [
{
"code": "body\n{\n display: none;\n}\n\nhtml\n{\n background-color: #ddd;\n}",
"urls": [
"https://www.youtube.com/"
],
"urlPrefixes": [],
"domains": [],
"regexps": []
}
],
"id": 4
},
{
"installDate": 1531535843600,
"enabled": true,
"updateUrl": null,
"md5Url": null,
"url": null,
"originalMd5": null,
"name": "jwz",
"sections": [
{
"code": "body\n{\n font-size: 100%;\n color: inherit;\n background-color: inherit;\n background: #eee;\n margin: auto;\n max-width: 100%;\n padding: 0;\n max-width: 90% !important;\n}\n\n.entry-meta, .entry-utility, .navigation, .comment-author, .entry-title, #sidebar h2, #sidebar caption, #bottom-widget h2, #bottom-widget caption, #sidebar textarea, #sidebar input[type=\"text\"], #sidebar input[type=\"submit\"], #s, .comment-author-jwz > .comment-body, .comment-author-jwz > div > .comment-body\n{\n color: inherit;\n background: inherit;\n}\n\na, a:link, a:hover\n{\n color: blue;\n border-bottom: 1px solid blue;\n}",
"urls": [],
"urlPrefixes": [],
"domains": [
"www.jwz.org"
],
"regexps": []
}
],
"id": 5
}
]