Default CSS

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

2023-12-22 기준 버전입니다. 최신 버전을 확인하세요.

작성자
belkka
평점
0 0 0
버전
2023-12-21
생성일
2023-12-22
갱신일
2023-12-22
크기
868바이트
라이선스
WTFPL
적용 사이트
모든 사이트

Enable your custom CSS if and only if page does not define any 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