From b15e249d2d9cd503c39b3adede854f08f6fcf5fd Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 16 Feb 2025 11:39:32 +0900 Subject: updates --- ar/.config/qutebrowser/greasemonkey/imdb.css.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ar/.config/qutebrowser/greasemonkey/imdb.css.js (limited to 'ar/.config/qutebrowser/greasemonkey/imdb.css.js') diff --git a/ar/.config/qutebrowser/greasemonkey/imdb.css.js b/ar/.config/qutebrowser/greasemonkey/imdb.css.js deleted file mode 100644 index a21bc01..0000000 --- a/ar/.config/qutebrowser/greasemonkey/imdb.css.js +++ /dev/null @@ -1,12 +0,0 @@ -// ==UserScript== -// @name IMDB -// @include *://*.imdb.com/* -// ==/UserScript== - -/* ~/.config/qutebrowser/greasemonkey/imdb.css.js :: */ - -GM_addStyle(` - .ipc-overflowText-overlay { - background: none !important; - } -`); -- cgit v1.2.3