summaryrefslogtreecommitdiff
path: root/firefox/default-release/chrome/userContents.css
diff options
context:
space:
mode:
authormarlonivo <email@marlonivo.xyz>2024-08-08 02:37:04 +0000
committermarlonivo <email@marlonivo.xyz>2024-08-08 02:37:04 +0000
commit1709c0de0f3081e246c084d8be0476936cd742e6 (patch)
tree1f551f19df242742c877d6111a6d1997193bb077 /firefox/default-release/chrome/userContents.css
parentfec26b38d813750af73d3b3b2e28c6b44586dfe4 (diff)
update
Diffstat (limited to 'firefox/default-release/chrome/userContents.css')
-rw-r--r--firefox/default-release/chrome/userContents.css42
1 files changed, 0 insertions, 42 deletions
diff --git a/firefox/default-release/chrome/userContents.css b/firefox/default-release/chrome/userContents.css
deleted file mode 100644
index eb39f42..0000000
--- a/firefox/default-release/chrome/userContents.css
+++ /dev/null
@@ -1,42 +0,0 @@
-style {
- display: none !important;
-}
-
-*[style] {
- background: none !important;
- color: inherit !important;
- font-size: inherit !important;
- font-family: inherit !important;
- margin: 0 !important;
- padding: 0 !important;
- border: none !important;
-}
-
-body, html, * {
- background-image: none !important;
- background-color: #222222 !important;
- color: white !important;
-}
-
-img {
- visibility: hidden !important;
-}
-
-a {
- color: #46acff !important;
-}
-
-a[href^="#"]:before {
- content: attr(href);
- margin-right: 5px;
- color: red;
-}
-
-}
-
-/*-----------------------------------------------------*/
-
-body[data-domain="www.youtube.com"] img {
- visibility: visible !important;
-}
-