From 8f8e09ef90337090be113143ccbf134c28903031 Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Tue, 17 Apr 2018 18:36:36 -0400 Subject: [PATCH] Hide some annoyances This hides the "Pardon the Interruption" message and the "Do not track" banners. --- medium.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/medium.css b/medium.css index a6c28ff..209e0b0 100644 --- a/medium.css +++ b/medium.css @@ -5,6 +5,8 @@ .postMeterBar, .openInAppButton, .js-stickyFooter, -.js-upgradeMembershipAction { +.js-upgradeMembershipAction, +.butterBar--privacy, +.overlay--lighter { display: none; }