diff --git a/background_scripts/all_commands.js b/background_scripts/all_commands.js index 5abab2a16..be4f9ed50 100644 --- a/background_scripts/all_commands.js +++ b/background_scripts/all_commands.js @@ -74,7 +74,6 @@ const allCommands = [ name: "scrollRight", desc: "Scroll right", group: "navigation", - advanced: true, }, { @@ -88,6 +87,7 @@ const allCommands = [ name: "scrollToRight", desc: "Scroll all the way to the right", group: "navigation", + advanced: true, }, {