in GreenBrowser -
to "alias" from the ADDRESS bar, go to Tools -> URL Alias -> Set URL Alias...
to "alias" from the SEARCH bar, i use a Proxo filter so that my "aliases" travel with me, no matter what browser i happen to be using at the time...
Code:
In = FALSE
Out = TRUE
Key = "!-|||||||||||| URL: Google Search Alias-inator (Out) [add]"
URL = "[^.]+.google.[^/]+/search\?*q\=$LST(Alias)(%20|\+)([^&]+)\2$LOG(RGET $DTM(c) : Google Search Alias-inator)$JUMP(http://$GET(PreAlias)\2$GET(PostAlias))"
my current $LST(Alias):
Code:
#
# NOADDURL
#
# Google Image
i $SET(PreAlias=images.google.com/images?q=)
# Google Finance
gf $SET(PreAlias=finance.google.com/finance?q=)
# Google - Feeling Lucky
fl $SET(PreAlias=www.google.com/search?hl=en&q=)$SET(PostAlias=&btnI=I%27m+Feeling+Lucky)
# Scroogle
scr $SET(PreAlias=www.scroogle.org/cgi-bin/nbbw.cgi?Gw=)$SET(PostAlias=&n=2)
# Yahoo Web
y $SET(PreAlias=search.yahoo.com/search?p=)$SET(PostAlias=&ei=UTF-8)
# Yahoo Image
yi $SET(PreAlias=images.search.yahoo.com/search/images?ei=UTF-8&p=)
# Yahoo Finance
f $SET(PreAlias=finance.yahoo.com/q?s=)
# Yahoo Ticker Lookup
look $SET(PreAlias=finance.yahoo.com/lookup?s=)
# Yahoo Message Board
mess $SET(PreAlias=messages.finance.yahoo.com/mb/)
# MSN Search
ms $SET(PreAlias=search.msn.com/results.aspx?q=)
# MSN Money
mm $SET(PreAlias=moneycentral.msn.com/scripts/webquote.dll?iPage=qd&Symbol=)
# CNN Money
cm $SET(PreAlias=money.cnn.com/quote/quote.html?symb=)
# Motley Fools
mf $SET(PreAlias=caps.fool.com/Ticker.aspx?ticker=)
# Fool.com Chart
fc $SET(PreAlias=quote.fool.com/chart.aspx?s=)
# TradingDay
td $SET(PreAlias=www.tradingday.net/cgi-bin/inet_rss_quotes.cgi?s=)
# RealTime
rt $SET(PreAlias=quotes.freerealtime.com/rt/frt/M?IM=quotes&symbol=)$SET(PostAlias=&type=Quote)
# Extended Trading
et $SET(PreAlias=www.nasdaq.com/aspxcontent/ExtendedTradingcharts.aspx?mkttype=after&page=afterhours&selected=)
# Earnings Whispers
we $SET(PreAlias=www.earningswhispers.com/stocks.asp?symbol=)
# InvestorVillage
iv $SET(PreAlias=www1.investorvillage.com/findboard.asp?pt=m&symbol=)
# StockChart
sc $SET(PreAlias=stockcharts.com/c-sc/sc?s=)$SET(PostAlias=&p=D&yr=1&mn=7&dy=0&i=p67480574401)
# Stockpickr!
sp $SET(PreAlias=www.stockpickr.com/thestreet-symbol/)$SET(PostAlias=/)
# Small Cap Directory
small $SET(PreAlias=www.smallcapdirectory.com/Search.aspx?k=)$SET(PostAlias=&con=a&e=&i=&mcmin=-1&mcmax=-1&c=&ld=0&lk=&t=&ri=0&ps=250)
# Acronym Finder
a $SET(PreAlias=www.acronymfinder.com/af-query.asp?Acronym=)
# Dictionary.com
d $SET(PreAlias=dictionary.reference.com/search?q=)
# IMDb Search
imdb $SET(PreAlias=www.imdb.com/find?q=)
# Wikipedia
wiki $SET(PreAlias=en.wikipedia.org/wiki/)
# Uncyclopedia
uncy $SET(PreAlias=uncyclopedia.org/wiki/)
(a few of these are dead, i just haven't taken the time to remove from my list...)