set fixed color

This commit is contained in:
cupcakearmy 2021-11-22 01:58:15 +01:00
parent 2f86c4169f
commit 3f25d8a09e
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ function init() {
Object.assign(wrapper.style, {
display: 'none',
position: 'fixed',
color: '#000',
top: '0',
left: '0',
width: '100vw',
@ -39,5 +40,5 @@ async function check() {
}
init()
setInterval(check, 5000)
setInterval(check, 2000)
check()