diff --git a/index.html b/index.html index 68a4fce..d13661c 100644 --- a/index.html +++ b/index.html @@ -83,6 +83,8 @@ document.addEventListener('DOMContentLoaded', function(){ document.getElementById("plaintext").focus(); + document.getElementById("plaintext").placeholder = "Enter text here."; + if (matches = /(?:^|\;)invert\=([01])(?:\;|$)/.exec(document.cookie)) { if (matches[1] === '1') { document.body.classList.add("invert"); @@ -163,7 +165,7 @@
- +