diff --git a/script.user.js b/script.user.js index 9827f66..08b8aee 100644 --- a/script.user.js +++ b/script.user.js @@ -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"); });