Default CSS

enable custom CSS if and only if page does not define its own styles in <head>

Verzia zo dňa 22.12.2023. Pozri najnovšiu verziu.

Autor
belkka
Hodnotenie
0 0 0
Verzia
2023-12-21
Vytvorené
22.12.2023
Aktualizované
22.12.2023
Veľkosť
872 B
Licencia
WTFPL
Spustiť na
Všetkých stránkach

Enable custom CSS if and only if page does not define its own styles in <head>.

This userscript uses sp.css from https://github.com/susam/spcss/ project, but you can easily change it to another style sheet.

Example page without CSS in <head>: https://www.gnu.org/software/termutils/manual/termutils-2.0/html_mono/tput.html. The script could also be useful for viewing offline documentation, e. g. /usr/share/doc/bash/bash.html

Inspired by https://superuser.com/questions/597260