firefox/stylus/Scribd Reveal.css: Hack to override Scribd sign-in bollocks.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:05:26 +0000 (15:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:05:26 +0000 (15:05 +0100)
Not my work, I think.

firefox/stylus/Scribd Reveal.css [new file with mode: 0644]

diff --git a/firefox/stylus/Scribd Reveal.css b/firefox/stylus/Scribd Reveal.css
new file mode 100644 (file)
index 0000000..1699d53
--- /dev/null
@@ -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*/