summaryrefslogtreecommitdiff
path: root/mac/.config/qutebrowser/greasemonkey/imdb.css.js
diff options
context:
space:
mode:
Diffstat (limited to 'mac/.config/qutebrowser/greasemonkey/imdb.css.js')
-rw-r--r--mac/.config/qutebrowser/greasemonkey/imdb.css.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/mac/.config/qutebrowser/greasemonkey/imdb.css.js b/mac/.config/qutebrowser/greasemonkey/imdb.css.js
new file mode 100644
index 0000000..a21bc01
--- /dev/null
+++ b/mac/.config/qutebrowser/greasemonkey/imdb.css.js
@@ -0,0 +1,12 @@
+// ==UserScript==
+// @name IMDB
+// @include *://*.imdb.com/*
+// ==/UserScript==
+
+/* ~/.config/qutebrowser/greasemonkey/imdb.css.js :: */
+
+GM_addStyle(`
+ .ipc-overflowText-overlay {
+ background: none !important;
+ }
+`);