Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit 2778591

Browse files
authored
Updates the Medium Page Styling to Support the New Updated Medium Website (#1)
1 parent 313f1e5 commit 2778591

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

css/medium.com.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
page-break-before: auto !important;
66
}
77

8-
div#root > div > :not(article) {
8+
div#root > div > div.s > :not(article),
9+
article > :not(div) {
910
display: none !important;
1011
}
1112
}

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Fine Print",
44
"short_name": "Fine Print",
55
"description": "Chrome Extension for Improving Printed Version of Popular Online Websites",
6-
"version": "1.0.1",
6+
"version": "1.1.0",
77
"icons": {
88
"128": "icon/default.png"
99
},

0 commit comments

Comments
 (0)