Post Reply 
Faster access to debugging
Jun. 23, 2009, 01:12 PM
Post: #25
RE: Faster access to debugging
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...)
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Faster access to debugging - lnminente - Oct. 28, 2008, 01:04 AM
RE: Faster access to debugging - ProxRocks - Oct. 28, 2008, 01:44 AM
RE: Faster access to debugging - whenever - Oct. 28, 2008, 03:25 AM
RE: Faster access to debugging - lnminente - Oct. 28, 2008, 01:11 PM
RE: Faster access to debugging - ProxRocks - Oct. 28, 2008, 01:26 PM
RE: Faster access to debugging - lnminente - Oct. 28, 2008, 01:50 PM
RE: Faster access to debugging - whenever - Oct. 28, 2008, 02:20 PM
RE: Faster access to debugging - ProxRocks - Oct. 28, 2008, 03:09 PM
RE: Faster access to debugging - lnminente - Oct. 28, 2008, 03:31 PM
RE: Faster access to debugging - Arne - Jun. 22, 2009, 08:31 PM
RE: Faster access to debugging - lnminente - Jun. 22, 2009, 09:59 PM
RE: Faster access to debugging - Toppy - Jun. 22, 2009, 10:47 PM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 06:53 AM
RE: Faster access to debugging - ProxRocks - Jun. 23, 2009, 09:50 AM
RE: Faster access to debugging - lnminente - Jun. 24, 2009, 01:54 PM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 10:21 AM
RE: Faster access to debugging - ProxRocks - Jun. 23, 2009, 11:40 AM
RE: Faster access to debugging - whenever - Jun. 24, 2009, 05:09 AM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 11:07 AM
RE: Faster access to debugging - ProxRocks - Jun. 23, 2009, 11:45 AM
RE: Faster access to debugging - ProxRocks - Jun. 23, 2009, 11:47 AM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 11:41 AM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 11:49 AM
RE: Faster access to debugging - ProxRocks - Jun. 23, 2009, 12:16 PM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 11:53 AM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 12:52 PM
RE: Faster access to debugging - ProxRocks - Jun. 23, 2009 01:12 PM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 07:08 PM
RE: Faster access to debugging - Siamesecat - Jun. 24, 2009, 06:48 AM
RE: Faster access to debugging - ProxRocks - Jun. 24, 2009, 02:15 PM
RE: Faster access to debugging - JarC - Jul. 27, 2009, 06:41 PM
RE: Faster access to debugging - lnminente - Jul. 27, 2009, 08:12 PM
RE: Faster access to debugging - JarC - Jul. 28, 2009, 05:20 PM

Forum Jump: