diff -urN firefox-153.0-orig/browser/base/content/nsContextMenu.sys.mjs firefox-153.0/browser/base/content/nsContextMenu.sys.mjs --- firefox-153.0-orig/browser/base/content/nsContextMenu.sys.mjs 2026-07-16 05:44:59 +0900 +++ firefox-153.0/browser/base/content/nsContextMenu.sys.mjs 2026-07-23 13:18:11 +0900 @@ -760,8 +760,6 @@ this.onImage && this.imageDescURL !== "" ); - this.showAndFormatVisualSearchContextItem(); - // Set as Desktop background depends on whether an image or canvas was // clicked on, and only works if we have a shell service. var haveSetDesktopBackground = false; @@ -883,7 +881,6 @@ this.setItemAttr("context-frameOsPid", "label", "PID: " + frameOsPid); } - this.showAndFormatSearchContextItem(); this.showTranslateSelectionItem(); lazy.GenAI.buildAskChatMenu(document.getElementById("context-ask-chat"), { browser: this.browser,