Skip to content

Commit 0e3deea

Browse files
authored
Merge pull request #1 from rcowsill/hide-sb-widgets
Hide sidebar widgets
2 parents 0e05e78 + caa71be commit 0e3deea

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

css/hide-distractions.css

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#hot-network-questions,
2+
.s-sidebarwidget {
3+
display: none;
4+
}

css/hide-hnq.css

-3
This file was deleted.

manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 2,
33
"name": "SO Focused",
4-
"version": "1.1",
5-
"description": "Hides the \"Hot Network Questions\" sidebar on StackOverflow and related sites.",
4+
"version": "1.2",
5+
"description": "Hides distracting sidebar elements on StackOverflow and related sites.",
66
"author": "Rob Cowsill",
77
"homepage_url": "https://github.com/rcowsill/SO-Focused",
88
"icons": {
@@ -20,7 +20,7 @@
2020
],
2121
"run_at": "document_start",
2222
"css": [
23-
"css/hide-hnq.css"
23+
"css/hide-distractions.css"
2424
]
2525
}
2626
]

0 commit comments

Comments
 (0)