![]() |
2010-03-14
, 09:25
|
|
Posts: 505 |
Thanked: 665 times |
Joined on Oct 2009
|
#12
|
Getting the necessary URLs for said keywords is left as an exercise for the reader... unless you ask really really nicely.
Hope this helps!
![]() |
2010-03-14
, 17:31
|
Posts: 124 |
Thanked: 10 times |
Joined on Jan 2007
@ Italy
|
#13
|
![]() |
2010-03-16
, 04:16
|
|
Posts: 505 |
Thanked: 665 times |
Joined on Oct 2009
|
#14
|
It does indeed help. However, I wonder whether you casn help with a specific site. The excellent traintimes.org.uk has a very simple, bookmarkable query system of the format http://traintimes.org.uk /london /leeds /10:00 /next-tuesday /16:00 /next-wednesday
However, using the url string http://traintimes.org.uk/%s in search.htm doesn't work terribly well, as putting, f'rinstance, london/leeds in as the search string passes http://traintimes.org.uk/london%F2leeds, and the site returns a 404 error. Anyone know how to work around that?
redirUrl = redirUrl.replace(%2F","\/");
![]() |
2010-03-18
, 22:29
|
|
Posts: 505 |
Thanked: 665 times |
Joined on Oct 2009
|
#15
|
redirUrl = redirUrl.replace(/%2F/g,"\/");
![]() |
2010-03-20
, 13:54
|
Posts: 124 |
Thanked: 10 times |
Joined on Jan 2007
@ Italy
|
#16
|
command['2fb']=’http://www.facebook.com/share.php?u=%s’;
![]() |
2010-03-31
, 18:32
|
|
Posts: 115 |
Thanked: 136 times |
Joined on Mar 2008
@ Central Ohio
|
#17
|
// Google
urls['g']='http://www.google.com/search?hl=en&q=%s&btnG=Google+Search';
// eBay
urls['e']='http://search.ebay.com/search/search.dll?cgiurl=http%3A%2F%2Fcgi.ebay.com%2Fws%2F&krd=1&from=R8&MfcISAPICommand=GetResult&ht=1&SortProperty=MetaEndSort&query=%s';
// Internet Archive Wayback Machine (so you can prefix any given broken link with a "w " in the address bar...)
urls['w']='http://web.archive.org/archive_request_ng?collection=web&url=%s&Submit=Take+Me+Back';
// W3C Website Validator (same principle as the Wayback Machine)
urls['v']='http://validator.w3.org/check?uri=%s';
// Froogle
urls['f']='http://froogle.google.com/froogle?q=%s&sourceid=opera&num=%i&ie=utf-8&oe=utf-8';
// English Wikipedia
urls['p']='http://en.wikipedia.org/wiki/Special:Search?search=%s&go=Go';
// Internet Movie Database
urls['m']='http://www.imdb.com/find?s=all&q=%s';
// Google Image
urls['i']='http://images.google.com/images?q=%s&hl=en&btnG=Search+Images';
// GameFAQs.com
urls['q']='http://www.gamefaqs.com/search/index.html?game=%s&searchplatform=All+Platforms';
// Google "I'm Feeling Lucky"
urls['l']='http://www.google.com/search?hl=en&q=%s&btnI=Feeling+Lucky';
// hockeysfuture.com search
urls['hf']='http://hockeysfuture.craveonline.com/search.php?q=%s&imagefield.x=0&imagefield.y=0';
// Internet Hockey Database
urls['h']='http://www.hockeydb.com/ihdb/stats/findplayer.php?full_name=%s';
// Port Columbus International Airport Flight Number search (sometimes buggy - their website needs work)
urls['pcia']='http://www.port-columbus.com/flight/flight/search2.asp?filterby=number&info=%s&adi=A';
// shortcut to my personal bookmarks file - yes, the redirect works just fine without search parameters ;)
urls['hh']='file:///home/user/MyDocs/.bookmarks/index.html';
![]() |
2012-07-22
, 09:05
|
|
Posts: 115 |
Thanked: 136 times |
Joined on Mar 2008
@ Central Ohio
|
#18
|
The Following User Says Thank You to Viqsi For This Useful Post: | ||
Dawid 'evad' Lorenz * http://dawid.lorenz.co
_______________________________________________