fast mode and other stuff idk
This commit is contained in:
@ -43,6 +43,9 @@ document.addEventListener("DOMContentLoaded", ()=>{
|
||||
loadPJS();
|
||||
cursor();
|
||||
}
|
||||
if(localStorage.getItem("selenite.super-fast-mode") == 'true') {
|
||||
document.body.setAttribute("fast", "")
|
||||
}
|
||||
themes();
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user