Improvement requests :  K-Meleon Web Browser Forum
Use this forum to talk about a feature you're missing. 
how do u open new layer/tab for google search results
Posted by: baba
Date: April 07, 2008 02:59PM

New user. Selected pattern needs to be googled and the results need to be in the new tab/layer. How do we achieve this?

Thx

Options: ReplyQuote
Re: how do u open new layer/tab for google search results
Posted by: JujuLand
Date: April 07, 2008 05:06PM

If you use K-Meleon SearchBar extension, you can specify which engine to use, and how to open the search page.

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Options: ReplyQuote
Re: how do u open new layer/tab for google search results
Posted by: kko
Date: April 07, 2008 05:49PM

Edit > Advanced Preferences (hit F2) and set Typed URLs to open in a new layer.

Options: ReplyQuote
Re: how do u open new layer/tab for google search results
Posted by: jk-
Date: April 08, 2008 07:41AM

Here's what I use...
Put it in various.kmm (or whatever you want to call it) in your macros directory.

GoogleNewTab{
$data=$SelectedText;
$OpenURL="http://www.google.com/search?q=".$data;
&OpenURL_InNew;
}


# ----- PRIVATE

_Various_BuildMenu{

setmenu(Selection,separator,"Search &Google in New Layer");
setmenu(Selection,macro,"Search &Google in New Layer",GoogleNewTab,5);
}

$OnInit=$OnInit."_Various_BuildMenu;";

# ------------------------------------------------------------------------------------------------------------------
$macroModules=$macroModules."Various;";

----------------------
- K-Meleon Macros and Extensions
- Greasify (Greasemonkey type macro for K-Meleon)
- Stylish for K-Meleon

Options: ReplyQuote


K-Meleon forum is powered by Phorum.