tweak style

I thought I wanted to add something for the no domain case
(e.g., a document with file://) but I don't
This commit is contained in:
NunoSempere 2024-09-19 14:28:04 +02:00
parent 7a54b7bd99
commit 2a5f09ce7c
2 changed files with 91 additions and 88 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
rosenrot rosenrot
# don't save the binary file, as it doesn't play nicely with https://difftastic.wilfred.me.uk # don't save the binary file, as it doesn't play nicely with https://difftastic.wilfred.me.uk
webkit/

View File

@ -183,6 +183,8 @@ switch (document.domain) {
} }
`; `;
break; break;
case "":
break;
default: default:
console.log(`Domain: ${document.domain}`); console.log(`Domain: ${document.domain}`);
console.log("No custom style"); console.log("No custom style");