From e0ce12d3d3387471adee8e28f725e5827e8601da Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 3 Oct 2021 15:05:26 +0100 Subject: [PATCH] firefox/stylus/Scribd Reveal.css: Hack to override Scribd sign-in bollocks. Not my work, I think. --- firefox/stylus/Scribd Reveal.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 firefox/stylus/Scribd Reveal.css diff --git a/firefox/stylus/Scribd Reveal.css b/firefox/stylus/Scribd Reveal.css new file mode 100644 index 0000000..1699d53 --- /dev/null +++ b/firefox/stylus/Scribd Reveal.css @@ -0,0 +1,26 @@ +/* -*-css-*- */ +/*@ urlPrefixes: https://www.scribd.com/doc/, https://www.scribd.com/document/ */ +/*@ start: */ +.autogen_class_views_pdfs_page_blur_promo { + display: none!important; +} +div.text_layer { + text-shadow: black 0 0 0!important; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; +} +.page_missing_explanation { + display: none!important; +} +.trial_upsell { + display: none!important; +} +.autogen_class_views_pdfs_show.has_toolbar_nag .document_column .document_scroller { + top: 50px; +} +div.image_layer .absimg { + opacity: 1!important; +} +/*@END*/ -- 2.11.0