Compare commits

..

No commits in common. "b469f427db40d986cc4b8db953243a43c1dc4b20" and "54a0b857f34d7fb96117ec3297d6247174af6087" have entirely different histories.

7 changed files with 2 additions and 70 deletions

1
.gitignore vendored
View File

@ -2,7 +2,6 @@
.~*#
.cache/**
*_original
browsers
# ---> TeX
## Core latex/pdflatex auxiliary files:

View File

@ -1 +0,0 @@
web-browsers

View File

@ -2,4 +2,4 @@ chromium
firefox
init-browser-policies.bash
blocklist.txt
blocklist.ublockorigin.txt
blocklist2.txt

View File

@ -1,39 +0,0 @@
/* ==UserStyle==
@name Dark Amber
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/amber.user.css
@namespace eu.aminda
@version 2024.22.3
@preprocessor stylus
@var select FontSet "Font Set" {
"Liberation Serif, Tinos, Times New Roman, serif": 'serif',
"Liberation Sans, Arimo, Arial, sans-serif": 'sans-serif'
}
==/UserStyle== */
@media (prefers-color-scheme: light) {
:root {
color-scheme: only dark !important;
}
*:not(a) {
color: revert !important;
overflow-wrap: break-word !important;
hyphens: auto !important;
color: #ffb700 !important;
border-color: #ffb700 !important;
background-color: #000000 !important;
font-family: FontSet !important;
}
a {
color: revert !important;
text-decoration: underline !important;
font-family: FontSet !important;
}
code,
pre {
font-family: $monospace-font-family !important;
font-size: 0.8em !important;
}
}

View File

@ -1 +0,0 @@
../DNS/blocklist.ublockorigin.txt

1
web-browsers/blocklist2.txt Symbolic link
View File

@ -0,0 +1 @@
../DNS/blocklist2.txt

View File

@ -1,27 +0,0 @@
/* ==UserStyle==
@name Revert
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/revert-serif.user.css
@namespace eu.aminda
@version 2024.22.0
@var select FontSet "Font Set" {
"Liberation Serif, Tinos, Times New Roman, serif": 'serif',
"Liberation Sans, Arimo, Arial, sans-serif": 'sans-serif'
}
==/UserStyle== */
:root {
color-scheme: dark light !important;
}
* {
font-family: FontSet !important;
color: revert !important;
border-color: revert !important;
background-color: revert !important;
}
a {
text-decoration: underline !important;
}
code,
pre {
font-family: "Liberation Mono", "Cousine", "Courier New", monospace !important;
}