From c1482b76077aa3cb5f0497ed2a1d713f584b70a5 Mon Sep 17 00:00:00 2001 From: Nikhil Verma Date: Fri, 28 Nov 2025 10:24:13 -0500 Subject: [PATCH] Remove advanced flag from scrollRight command --- background_scripts/all_commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, {