Update script.user.js
All checks were successful
Check syntax / acorn (push) Successful in 4s

This commit is contained in:
Nova Cat 2024-12-18 15:14:02 -08:00
parent b22d8b5970
commit 4e8e9c7adc

View file

@ -115,5 +115,5 @@ function waitForElm(selector) {
}
waitForElm('.ace_gutter').then((elm) => {
// Set the theme of Ace Editor
Anywhere.Editor.editor.setOption("theme", "ace/theme/tomorrow_night")
Anywhere.Editor.editor.setOption("theme", "ace/theme/tomorrow_night");
});