Compatibility tweaks

- Fix (i hope all) electron issues
- Add complete blah support
- Add userscript
This commit is contained in:
olcxja 2026-05-11 19:22:30 +02:00
commit 7ff648ba3a
19 changed files with 478 additions and 576 deletions

View file

@ -17,6 +17,10 @@
--big-red: rgb(202 0 0);
--big-green: rgb(25 189 0);
}
*:focus {
outline: none;
box-shadow: none;
}
.red {
color: var(--big-red);
}