summaryrefslogtreecommitdiff
path: root/global/.local/share/qutebrowser/greasemonkey/imdb.css.js
blob: a21bc01d971196cf61578dbc9ece291daf00f6ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// ==UserScript==
// @name        IMDB
// @include     *://*.imdb.com/*
// ==/UserScript==

/* ~/.config/qutebrowser/greasemonkey/imdb.css.js :: */

GM_addStyle(`
    .ipc-overflowText-overlay {
        background: none !important;
    }
`);