On 8/24/2014 2:31 AM, David E. Ross wrote:
Windows 7
SeaMonkey 2.26.1

If I mark text on a Web page and then right-click, the pull-down context
menu shows "Serach Google for xxx", where "xxx" is the marked text
string.  While Google is my primary search service, I don't want it in
the context menu.  How can I get rid of it?


Add the following three lines to your userChrome.css:

#context-searchselect {
  display: none;
}

(Note: you can find the file userChrome.css in your profile directory in the subdirectory chrome. Go to Help -> troubleshooting Information and click on the Show Folder button under Application basics. If the directory chrome or the file userChrome.css doesn't exist, you can create it.)

Onno

_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to