From 2dfb794da0d8190b31b4aa0957a0d3a20c8238e5 Mon Sep 17 00:00:00 2001 From: Nizar Mahmoud Date: Wed, 23 Dec 2020 03:00:48 +0300 Subject: [PATCH 1/2] Updates the Medium Page Styling to Support the New Updated Medium Website --- css/medium.com.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/medium.com.css b/css/medium.com.css index a6569ec..1b591a4 100644 --- a/css/medium.com.css +++ b/css/medium.com.css @@ -5,7 +5,8 @@ page-break-before: auto !important; } - div#root > div > :not(article) { + div#root > div > div.s > :not(article), + article > :not(div) { display: none !important; } } \ No newline at end of file From 7cb2843a62e5b13087074f685e1b457efeda195d Mon Sep 17 00:00:00 2001 From: Nizar Mahmoud Date: Wed, 23 Dec 2020 03:10:15 +0300 Subject: [PATCH 2/2] Updates version to 1.1.0 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d361168..a4a3447 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Fine Print", "short_name": "Fine Print", "description": "Chrome Extension for Improving Printed Version of Popular Online Websites", - "version": "1.0.1", + "version": "1.1.0", "icons": { "128": "icon/default.png" },