From b930c710a29410daa2368258db69d9830a656c5d Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:16:56 +0900 Subject: updates --- global/.local/share/qutebrowser/greasemonkey/rarbg.css.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 global/.local/share/qutebrowser/greasemonkey/rarbg.css.js (limited to 'global/.local/share/qutebrowser/greasemonkey/rarbg.css.js') diff --git a/global/.local/share/qutebrowser/greasemonkey/rarbg.css.js b/global/.local/share/qutebrowser/greasemonkey/rarbg.css.js deleted file mode 100644 index 16e4666..0000000 --- a/global/.local/share/qutebrowser/greasemonkey/rarbg.css.js +++ /dev/null @@ -1,12 +0,0 @@ -// ==UserScript== -// @name RARBG -// @include *://rarbg.to/* -// ==/UserScript== - -/* ~/.config/qutebrowser/greasemonkey/rarbg.css.js :: */ - -GM_addStyle(` - body { - background: none !important; - } -`); -- cgit v1.2.3