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 --- .../qutebrowser/greasemonkey/manpages.css.js | 75 ---------------------- 1 file changed, 75 deletions(-) delete mode 100644 ar/.config/qutebrowser/greasemonkey/manpages.css.js (limited to 'ar/.config/qutebrowser/greasemonkey/manpages.css.js') diff --git a/ar/.config/qutebrowser/greasemonkey/manpages.css.js b/ar/.config/qutebrowser/greasemonkey/manpages.css.js deleted file mode 100644 index a013076..0000000 --- a/ar/.config/qutebrowser/greasemonkey/manpages.css.js +++ /dev/null @@ -1,75 +0,0 @@ -// ==UserScript== -// @name Man Pages -// @include *://man7.org/* -// @include *://man.freebsd.org/cgi/man.cgi* -// ==/UserScript== - -/* ~/.config/qutebrowser/greasemonkey/man7.css.js :: */ - -GM_addStyle(` - * { - background: var(--color-bg) !important; - color: var(--color-fg) !important; - font-family: Hack, Hack-Regular, monospace !important; - font-size: var(--font-size) !important; - } - - h1, h2, h3, h4, h5, h6 { - color: var(--color-heading) !important; - padding: 0 !important; - margin-top: 2ch !important; - margin-bottom: 0 !important; - } - - a { - color: var(--color-link) !important ; - background: var(--color-bg) !important; - text-decoration: none !important; - } - a:hover { - color: var(--color-active) !important; - text-decoration: none !important; - } - - b { - color: var(--color-heading) !important; - font-weight: normal !important; - } - - i { - color: var(--color-active) !important; - font-style: normal !important; - } - - hr, hr.nav-end { - border: none !important; - clear: both !important; - border-bottom: solid !important; - border-image: var(--box2-comment) !important; - border-width: 2ch !important; - color: var(--color-comment) !important; - border-color: var(--color-comment) !important; - margin-bottom: 0 !important; - } - - input, button, select { - border-color: var(--color-comment) !important; - border-style: solid !important; - } - - #container { - width: 100% !important; - margin-left: 1ch !important; - margin-right: 1ch !important; - } - - .footer, .top-link, td.search-box, hr.start-footer, hr.end-footer, - .nav-bar, hr.nav-end, #header, #headercontainer, #footer { - display: none !important; - } - - pre { - margin-top: 0 !important; - } - -`); -- cgit v1.2.3