Skip to content

Commit

Permalink
Merge pull request #1 from rcowsill/hide-sb-widgets
Browse files Browse the repository at this point in the history
Hide sidebar widgets
  • Loading branch information
rcowsill authored Sep 22, 2021
2 parents 0e05e78 + caa71be commit 0e3deea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions css/hide-distractions.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#hot-network-questions,
.s-sidebarwidget {
display: none;
}
3 changes: 0 additions & 3 deletions css/hide-hnq.css

This file was deleted.

6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "SO Focused",
"version": "1.1",
"description": "Hides the \"Hot Network Questions\" sidebar on StackOverflow and related sites.",
"version": "1.2",
"description": "Hides distracting sidebar elements on StackOverflow and related sites.",
"author": "Rob Cowsill",
"homepage_url": "https://github.com/rcowsill/SO-Focused",
"icons": {
Expand All @@ -20,7 +20,7 @@
],
"run_at": "document_start",
"css": [
"css/hide-hnq.css"
"css/hide-distractions.css"
]
}
]
Expand Down

0 comments on commit 0e3deea

Please sign in to comment.