From 9ecfea2deb1d254b92632990913260cd87048212 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 24 Oct 2022 02:27:07 +0300 Subject: 2022-10-24 --- modules/nixfiles/firefox/userContent.css | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'modules') diff --git a/modules/nixfiles/firefox/userContent.css b/modules/nixfiles/firefox/userContent.css index 3f6894b..815514f 100644 --- a/modules/nixfiles/firefox/userContent.css +++ b/modules/nixfiles/firefox/userContent.css @@ -24,12 +24,6 @@ } @-moz-document regexp("https?:\/\/(.*\.)?github.com.*") { - /* - * Remove useless information, links, sponsorship buttons from which GitHub - * gets a cut, useless "social" stuff and other "features". Unfortunately, I - * cannot disable reactions because a lot of repositories use these as a - * certain indicator of something, or as a voting tool. - */ #org-repo-pin-select-menu, #sponsor-button, .dropdown-divider, @@ -67,10 +61,6 @@ } @-moz-document regexp("https?:\/\/github.com/?") { - /* - * Remove the stupid GitHub news and updates page if I ever click that by - * accident. - */ .application-main { display: none !important; } @@ -84,13 +74,6 @@ --ff-serif: var(--serif-font-family) !important; } - /* - * This removes all bloat and useless information from Q/A pages. Since I - * usually find these through a search engine all of the navigation buttons - * and such are removed. I don't want to see any dumb messages, user names - * and promos. Comments on answers are kept because they sometimes have - * useful information but usernames and metadata is omitted. - */ #announcement-banner, #footer, #left-sidebar, @@ -147,11 +130,6 @@ } @-moz-document regexp("https:\/\/habr\.com\/(ru|en)\/(article|company\/.*\/blog|post)\/.*") { - /* - * Remove everything and keep only the meat and potatoes of the article. I'm - * espeically not interested in comments or "witty" remarks of users this - * website's users. - */ .Vue-Toastification__container, .tm-article-presenter__footer, .tm-article-presenter__meta, @@ -176,9 +154,6 @@ display: none !important; } - /* - * Remove all animations. - */ * { transition: none !important; } @@ -233,9 +208,6 @@ } @-moz-document regexp("https:\/\/\.*\.hh\.ru.*") { - /* - * Doing my best here to avoid the "work" of this company's webdevs. - */ .HH-Supernova-Footer, .index-dashboard-applicant__banners, .notification-manager, -- cgit v1.2.3