summaryrefslogtreecommitdiff
path: root/firefox/default-release/chrome/userContents.css
diff options
context:
space:
mode:
authormarlonivo <email@marlonivo.xyz>2024-07-22 00:16:18 +0000
committermarlonivo <email@marlonivo.xyz>2024-07-22 00:16:18 +0000
commitaa7642bd7c136bff75eae51adbe315fa711bcbfa (patch)
tree378b79fe7540477914840e3e795665b467648eec /firefox/default-release/chrome/userContents.css
parent1caae11a388297a819bfe0089b85492f1396bdb7 (diff)
Update
Diffstat (limited to 'firefox/default-release/chrome/userContents.css')
-rw-r--r--firefox/default-release/chrome/userContents.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/firefox/default-release/chrome/userContents.css b/firefox/default-release/chrome/userContents.css
new file mode 100644
index 0000000..eb39f42
--- /dev/null
+++ b/firefox/default-release/chrome/userContents.css
@@ -0,0 +1,42 @@
+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;
+}
+