Command List (ls)
SplitThis
Split the current page. To see the top and the bottom at the same time, for example. type "SplitThis -t v" for a vertical split
57 uses
-
Created 2005-11-22 13:56:27
-
Last used
2011-12-12 06:16:39
-
Nominate -
Description
-
yubnublet location.href="http://yubnub.org/example/split?type=${t=h}&urls="+[current url]+"%20"+[current url]
apsgoto
If you know the journal, volume number, and page number of a paper published in any APS journal, you can go directly there using this command. Examples: apsgoto rmp 80 885 (Reviews of Modern Physics (rmp) vol. 80 p. 885) apsgoto prb 78 092401 (Phys Rev B (prb) vol. 78 p. 092401) This is useful because often, you'll want to check a reference at the end of a paper. You don't need to search google scholar for author name, or paper title, and then scan the results. You have the volume and page numb…
57 uses
-
Created 2008-09-30 18:13:13
-
Last used
2015-02-23 13:02:02
-
Nominate -
Description
-
http://link.aps.org/citesearch?journal={ucase {% 1 %s}}&volume={% 2 %s}&article={% 3 %s}[no url encoding]
numlist
NAME numlist - Returns a list of numbers from 1 to your input value SYNOPSIS numlist [SIZE OF LIST] -token [optional token, defaults to ,] EXAMPLES numlist 10 (returns 1,2,3,4,5,6,7,8,9,10) numlist 7 -token + (returns 1+2+3+4+5+6+7) This command is for use in other commands, specifically explode and foreach. AUTHOR Brian Armknecht b.a.
57 uses
-
Created 2006-05-03 18:14:19
-
Last used
2021-03-01 08:33:57
-
Nominate -
Description
-
http://jonathanaquino.com/yubtools/numlist.php?xn_auth=no&num=%s&token=${token=,}
yeahway
NAME yeahway - Alias of yeah command SYNOPSIS yeahway [YEAHWAY COMMAND] EXAMPLES yeahway myway AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
57 uses
-
Created 2006-10-12 13:39:42
-
Last used
2014-02-28 09:27:46
-
Nominate -
Description
-
yeah %s
crutchfield
NAME crutchfield - Go to Crutchfield website and search for SEARCH TERM if given. SYNOPSIS crutchfield [SEARCH TERM (optional)] EXAMPLES crutchfield crutchfield car audio crutchfield television Crutchfield is an electronics supplier which I know best for their large selection of car audio products. This command searches their web site crutchfield.com for products if a search term is given or will simply go to the home page if used alone. AUTHOR David Monaghan - monaghan (dot) david (at) gmail (…
57 uses
-
Created 2006-11-21 18:43:00
-
Last used
2019-03-20 20:20:34
-
Nominate -
Description
-
http://www.crutchfield.com/{eop cgi-bin/prodsearch.asp?sp=lnav&search=@%s@}
pyhelp
NAME pyhelp - Search Python Keyword on http://docs.python.org SYNOPSIS pyhelp [KEYWORD] [-version VERSION] [-re on] EXAMPLES pyhelp user-defined function [find help for the `user-defined function' phrase in Python documentation] pyhelp email [look up `email' keyword in Python online repository] pyhelp e?mail -re on [use regular expression to extend search results] pyhelp email -version 2.1 [look it up in the documentation of specified (2.1) Python version] pyhelp e?mail -re on -version 2.0 [com…
57 uses
-
Created 2006-12-04 14:58:24
-
Last used
2014-08-22 18:45:10
-
Nominate -
Description
-
http://starship.python.net/crew/theller/pyhelp.cgi?keyword=%s&version=${version=current}®exp=${re}
charlixtext
charlix is a desktop assistant for linux, who can answer or execute many requests. It asks the charlix demo a question that is answered in plain text example: charlixmled Install gimp charlixmled What is OpenOffice? charlixmled Look on google for a car charlixmled run kmail charlixmled How are you today? charlixmled Where is London? charlixmled What is your name? .... For more info: http://charlix.sourceforge.net/
57 uses
-
Created 2007-10-22 20:47:14
-
Last used
2012-05-29 16:42:52
-
Nominate -
Description
-
scrape -tokens <that> </that> -dirs 0 0 -debug 0 -url {url charlixmled %s}
lfn
Lifehacker.com latest entry. Example: To go to the latest entry: lfn To go to the second newest entry: lfn 1 To go to the third newest entry: lfn 2 and so on...
56 uses
-
Created 2007-04-06 08:29:46
-
Last used
2012-10-20 09:10:37
-
Nominate -
Description
-
{url http{scrape -tokens http php -dirs 0 0 -url {url eatFeed items[0].link -url http://www.lifehacker.com/excerpts.xml}}php}{ifThen -value1 %s -value2 -test NOTEQUAL -then {url http{scrape -tokens http php -dirs 0 0 -url {url eatFeed items[%s].link -url http://www.lifehacker.com/excerpts.xml}}php}}
bitlet
BitLet.org - A Java applet to download torrents from the browser with no extra software required. by MCAndre If a torrent file URL is not specified, goes to bitlet.org.
56 uses
-
Created 2007-11-27 04:13:53
-
Last used
2015-01-23 10:14:46
-
Nominate -
Description
-
http://www.bitlet.org{ifThen -value1 %s -value2 -test NOTEQUAL -then /download?torrent=%s -else /}
w3h
Validates the specified page using the validator.w3.org . SYNOPSIS w3v WebPageAddress [options] OPTIONS -encoding encoding Allows you to override the character encoding in the document. Default seting is "(automatically detect)". Encoding options are as follows: utf-8 (Unicode, worldwide) utf-16 (Unicode, worldwide) iso-8859-1 (Western Europe) iso-8859-2 (Central Europe) iso-8859-3 (Southern Europe) iso-8859-4 (North European) iso-8859-5 (Cyrillic) iso-8859-6 (Arabic) iso-8859-7 (Greek) iso-885…
56 uses
-
Created 2006-07-10 13:39:17
-
Last used
2021-10-16 01:43:20
-
Nominate -
Description
-
http://validator.w3.org/check?uri=%s&charset=${encoding=(detect automatically)}&fbc=${fbe=0}&doctype=${doctype=inline}&fbd=${fbd=0}&ss=${s=0}&outline=${o=0}&sp=${p=0}&noatt=${noatt=0}&No200=${e=0}&verbose=${v=1}
gsite:
NAME gsite: - Google site-specific search on a site for which you do not know the URL. SYNOPSIS gsite: <KEYWORDS-TO-DESCRIBE-SITE> <KEYWORDS TO SEARCH WITHIN SITE> EXAMPLES gsite: jon-aquino autohotkey macro [returns Google results for posts at jonaquino.blogspot.com that mention 'autohotkey macro'] gsite: chicago-tribune green roofs [returns Google results for articles at chicagotribune.com that mention 'green roofs'] gsite: new-york-times pommes frites [returns Google results for articles at …
56 uses
-
Created 2006-08-21 09:15:28
-
Last used
2013-08-12 06:38:47
-
Nominate -
Description
-
lucky>> {% 1 %s} -k {% 2- %s}
mda
Melissa Data Address Lookup and Verify Example: mda -address 22382 avenida empresa -city rancho santamargarita -state ca -zip 92688 Number of free lookups limited, but you can get more with free membership.
56 uses
-
Created 2005-11-26 07:26:06
-
Last used
2016-11-18 12:12:03
-
Nominate -
Description
-
http://www.melissadata.com/Lookups/AddressVerify.asp?Address=${address}&city=${city}&state=${state}&zip=${zip}&Query=Submit
clipsetv
The clipsetv command automatically generates a clipboard name and assigns that value to variable of your choice. It is based on Yann Perrin's clipset command and uses using VkLJ's randstring command and Stephen Paul Weber's var command. Like clipname it opens the Cl1P.net page. clipsetv VARIABLE_NAME Read more about it at... http://cl1p.net/more.jsp pablo7 AT inbox DOT com
56 uses
-
Created 2008-05-30 18:12:25
-
Last used
2009-04-07 14:50:13
-
Nominate -
Description
-
clipset {echo {var %s -set {randstring ${length=15} -u off}}}
amzgetbtn
Create buy button link with image. (Input: Amazon.com product URL) Displays preview first, then click link to get code. Wes Amazon.
56 uses
-
Created 2008-12-24 15:19:19
-
Last used
2011-01-22 22:41:15
-
Nominate -
Description
-
amzbuttonhtml -title {amzpgtitle %s/} -asin {amzgetasin %s}
dzr
NAME dzr - Another search command for deezer. Default value for the search is "all", in that case no need to type ";" SYNOPSIS dzr [KEYWORD] ; ["al" for album, "ar" for artist, "t" for track] EXAMPLES dzr david guetta dzr david guetta ; ar dzr delirious ; al dzr sexy bitch ; t AUTHOR Luis Gabriel Matallana Vallejo <luisgmatallana@gmail.com>
56 uses
-
Created 2010-06-06 18:30:27
-
Last used
2012-10-20 14:04:00
-
Nominate -
Description
-
dzrstep11 -s {% 1 {s.p.+ %s}} -t {if {% 2 {s.p.+ %s}} -eq ar -then artist -else {if {% 2 {s.p.+ %s}} -eq al -then album -else {if {% 2 {s.p.+ %s}} -eq t -then track -else }}}
defw
Returns a Wiktionary definition of a word. Example: defw nebula
55 uses
-
Created 2005-07-08 07:58:15
-
Last used
2020-10-24 05:32:28
-
Nominate -
Description
-
http://efridge.net/yubnub/parse.php?ynp_tokens[]=%3C/ol%3E&ynp_tokens[]=%3Col%3E&ynp_dirs[]=0&ynp_dirs[]=1&yndesturl=http://en.wiktionary.org/wiki/%s&yncmd=${COMMAND}
Pendientes
NAME Pendientes Shortcut to my ToDo list It could be also a shortcut to any backpackit page. Just use the parameters AUTHOR and PAGE Pendientes [-author USERNAME] [-page NUMBER OF A PAGE] EXAMPLE To go to my ToDo list Pendientes To go to a random page Pendientes -author {randwd} -page {random} ...
55 uses
-
Created 2005-10-27 12:28:21
-
Last used
2012-03-03 14:17:31
-
Nominate -
Description
-
http://${author=fuska}.backpackit.com/page/${page=75540}
nabv
NAB Verse lookup. Looks up a verse in the USCCB NAB online. Examples: nabv 1chronicles nabv 1chronicles 3 nabv 1chronicles 3:2
55 uses
-
Created 2007-04-27 07:55:12
-
Last used
2012-01-05 19:31:30
-
Nominate -
Description
-
{if {strLength {% 2 %s}} -then http://www.usccb.org/nab/bible/{% 1 %s}/{% 1 %s}{% 2 {strReplace -find : -replace " " -string %s}}.htm#v{% 3 {strReplace -find : -replace " " -string %s}} -else http://www.usccb.org/nab/bible/{% 1 %s}/{% 1 %s}1.htm} [no url encoding][use "" for spaces]
Gdocu
Utilises Google Documents. Usage - If you specify a parameter, it'll create a document with that name. If not, it'll list all google documents you have. You must be signed in to use this command, other wise it'll just return to the Google sign in screen.
55 uses
-
Created 2007-05-02 16:24:16
-
Last used
2012-07-14 03:43:27
-
Nominate -
Description
-
http://docs.google.com/{eop ?action=newdoc&title=@%s@ -else ?action=all_docs}
delp
A shorter version of postdelicious. Save the current URL to your del.icio.us bookmarks. Usage: delp (no argument needed)
55 uses
-
Created 2007-12-24 23:31:39
-
Last used
2014-12-02 04:13:05
-
Nominate -
Description
-
script javascript:location.href='http://del.icio.us/post?v=4;url='+encodeURIComponent(location.href)+';title='+encodeURIComponent(document.title)
rlater
Instapaper. The best newspaper in the universe. How it works 1. You find something you want to read, but you don't have time now. You click . 2. When you have time to read, you come here on your computer or phone and get whatever you wanted to read. To mark "Read Later" (rlater) the current web page of your browser, just type the command "rlater". Example: rlater
55 uses
-
Created 2008-02-01 13:40:26
-
Last used
2012-02-22 05:50:40
-
Nominate -
Description
-
http://javascript:var d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='http://www.instapaper.com/b',l=d.location,e=encodeURIComponent,p='?v=3&u='+e(l.href) +'&t='+e(d.title) +'&s='+e(s),u=f+p;try{if(!/^(.*\.)?instapaper([^.]*)?$/.test(l.host))throw(0);iptstbt();}catch(z){a =function(){if(!w.open(u,'t','toolbar=0,resizable=0,status=1,width=250,height=150'))l.href=u;};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else a();}void(0)
lap
A lap.hu oldalak között keres. Ékezetekkel sajnos nem működik. (Search in a popular Hungarian link-catalog)
55 uses
-
Created 2008-02-26 23:33:33
-
Last used
2020-03-17 04:59:09
-
Nominate -
Description
-
lap: http://www.tango.hu/catalog.php?q={iconv -to WINDOWS-1250 -str %s}
ylocal
Yahoo! Local. Cheap knockoff of y/local but streamlined. (no need to type 'what' and 'where' is now 'in') Example usage: ylocal Pixar -in Emeryville, CA
55 uses
-
Created 2006-06-21 21:47:04
-
Last used
2009-08-17 19:23:56
-
Nominate -
Description
-
http://local.yahoo.com/results;_ylt=;_ylu=-?stx=%s&csz=${in}
kpl
NAME kpl - Searches the KPL database at kpl.org SYNOPSIS kpl [SEARCH TERMS] -in [SEARCH TYPE] EXAMPLES kpl Anne Items containing 'Anne' in the title kpl Anne -in t Items containing 'Anne' in the title kpl lewis -in a Items containing 'lewis' in the author kpl xml -in d Items containing 'xml' in the subject kpl narnia -in s Items containing 'narnia' in the series name kpl narnia -in Y Items containing 'narnia' as a keyword kpl Na420832 -in i Items with ISBN of Na420832 AUTHOR Stephen Paul Weber …
55 uses
-
Created 2006-07-07 19:41:54
-
Last used
2025-08-18 13:55:02
-
Nominate -
Description
-
http://books.kpl.org/search~S1/${in=t}?SEARCH=%s
diggs
Shameless vanity domain shortcut.
55 uses
-
Created 2006-09-04 03:10:19
-
Last used
2013-09-05 16:30:26
-
Nominate -
Description
-
http://{ifEmpty -value %s -then www.diggspot.com/wiki -else www.google.com/search?q=%s+site%3Adiggspot.com }
uscal
NAME uscal Displays US monthly calendar(s) for specified month and year. SYNPOSIS uscal -m [numeric month] -y [numeric 4 digit year] -months [number of months to display] If no month is given, defaults to current month. If no year is given, defaults to current year. If number of months is not given, defaults to 1 month. EXAMPLES uscal -m 2 -y 2006 -months 3 Displays February, March and April 2006 monthly calendars for the US. uscal -m 6 -y 2020 Displays June 2007 monthly calendar for the US. us…
54 uses
-
Created 2006-06-08 00:26:29
-
Last used
2010-02-12 19:55:32
-
Nominate -
Description
-
http://www.timeanddate.com/calendar/custom.html?year=${y}&country=1&month=${m}&typ=2&months=${months=1}&hol=25
rs4
Uses 4chan's Rapidsearch board. This command uses the proper 4chan rapid search board name "rs4" for the invoke and links to the 4chan domain. I've added wildcards to view postings by board. However, they are NOT switches and you cannot enter arguments / search strings after them. Rapidsearch does not allow for searching within individual boards. E.G.: "rs4 butts" will return results on all boards for butts "rs4 -a" will list all links posted in /a/ "rs4 -a butts" will not work. Wildcards: -a w…
54 uses
-
Created 2008-01-07 01:40:04
-
Last used
2011-06-11 21:31:22
-
Nominate -
Description
-
http://rs.4chan.org/?{switch %s | *=> s=%s, -b => from=%2Fb%2F, -a => from=%2Fa%2F, -an => from=%2Fan%2F, -c => from=%2Fc%2F, -cgl from=%2Fcgl%2F, -ck => from=%2Fck%2F, -cm => from=%2Fcm%2F, -co => from=%2Fco%2F, -d => from=%2Fd%2F, -e=> from=%2Fe%2F, -g => from=%2Fg%2F, -gif => from=%2Fgif%2F, -h => from=%2Fh%2F, -hr => from=%2Fhr%2F, -i => from=%2Fi%2F, -ic => from=%2Fic%2F, -k => from=%2Fk%2F, -m => from=%2Fm%2F, -mu => from=%2Fmu%2F, -n => from=%2Fn%2F, -o => from=%2Fo%2F, -p => from=%2Fp%2F, -po => from=%2Fpo%2F, -r => from=%2Fr%2F, -s => from=%2Fs%2F, -t => from=%2Ft%2F, -tg => from=%2Ftg%2F, -tv => from=%2Ftv%2F, -u => from=%2Fu%2F, -v => from=%2Fv%2F, -w => from=%2Fw%2F, -wg => from=%2Fwg%2F, -x => from=%2Fx%2F, -y => from=%2Fy%2F}
gyndist
Googles groups.yahoo.com/group/new-distillers/ Esample: gyndist flake stand
54 uses
-
Created 2010-09-10 04:26:11
-
Last used
2012-08-04 23:56:05
-
Nominate -
Description
-
g site:groups.yahoo.com/group/new_distillers %s
traf
54 uses
-
Created 2010-11-08 11:38:34
-
Last used
2020-08-02 08:04:15
-
Nominate -
Description
-
splitv http://www.youtube.com/user/msbeejones http://www.youtube.com/user/debutantebrawl http://www.youtube.com/user/TrannyGirl15 http://www.youtube.com/user/sableclubdiva http://www.youtube.com/user/Fiorwestcoast http://www.youtube.com/user/blondyrockstar http://www.youtube.com/user/KimberATL
pdr
Search the PDR. To search: pdr -name[drug] replace [drug] with search item
54 uses
-
Created 2005-08-14 02:45:26
-
Last used
2013-02-01 12:46:24
-
Nominate -
Description
-
http://www.prescriptiondrug-info.com/Drugs/${name}.asp
efnet
Connect to Efnet through a CGI page. Parameters: -nick <nickname> : give yourself a nickname, default "yubnub" -real <realname> : give yourself a realname, default "yubnub" -server <server> : connect via <server>, default irc.servercentral.net -port <port> : connect through <port>, default 31337 -chan <channel> : connect to <channel>, default #xbins (hah) -pass <password> : use <password>, default [blank] -format <format> : choice of default, dark, gothic, mirc, russian -charset <characterset :…
54 uses
-
Created 2005-09-01 01:27:39
-
Last used
2018-01-02 20:01:14
-
Nominate -
Description
-
http://chat.efnet.org/irc.cgi?interface=mozilla&Nickname=${nick=yubnub}&Realname=${real=yubnub}&Server=${server=irc.servercentral.net}&Port=${port=31337}&Channel=${chan=#xbins}&Password=${pass}&Format=${format=default}&Character+Set=${charset=}
ypde
Search the German Yellowpages (GelbeSeiten) Usage: ypde -n <What> -o <Where>
54 uses
-
Created 2005-10-28 12:57:52
-
Last used
2009-09-07 13:18:51
-
Nominate -
Description
-
http://www.gelbeseiten.de/yp/quickSearch.yp?at=yp&subject=${n}&location=${o}&execute=Suchen
iterasa
This command will send a link and (if you wish) the title you submit to the web archiving service Iterasi.net. You must have an Iterasi account and be logged in to the service for the command to work. The URL and title you specify will be sent to the Iterasi "capture" page (which is the same page you get if you use the Iterasi bookmarklet) at which point you will be prompted to add tags, a folder name, and a description. The result will be an archived, complete snapshot of the specified page as…
54 uses
-
Created 2009-02-07 17:31:10
-
Last used
2011-06-27 20:14:25
-
Nominate -
Description
-
https://www.iterasi.net/Capture.aspx?q=n&v=1.0&u={% 1 %s}&t={% 2- %s}[no url encoding]&p=y
mdwy
To find a piece of classical music in 4 places: - Mutopia: in order to see the sheet music, - Deezer: the web for audio streaming, - Wikipedia: for getting some info about the piece, and - Youtube: for watching a video of a performing.
54 uses
-
Created 2009-11-05 03:27:18
-
Last used
2010-11-27 11:09:23
-
Nominate -
Description
-
split {url muto %s} {url deezer %s} {url wiki %s} {url yt %s}
wikirand
This article fetches a random article from any language Wikipedia. USAGE - wikirand : Random article from the English Wikipedia - wikirand <language code> : Random article from a Wikipedia in <language> EXAMPLE wikirand es : Random article from Spanish Wikipedia wikirand de : Random article from german Wikipedia wikirand xx : Random article from the Wikipedia which begins by http://xx.wikipedia.org * The language code is the same as the two characters that appear in the position http://xx.wikip…
53 uses
-
Created 2008-06-20 08:34:27
-
Last used
2017-10-12 23:54:25
-
Nominate -
Description
-
ifThen -value1 %s -value2 -test EQUAL -then {url wpen Special:Random} -else {url wp%s Special:Random} -redirect true
feedview
NAME feedview - open a feed in an RSS reader. SYNOPSIS feedview [ RSS_FEED ] [ FEED_READER_COMMAND ] The feedview command displays an RSS feed using the YubNub command for an online viewer. The user can specify any feed or command, but by default feedview will display the YubNub feed of comments made through JS-Kit.com and use Google Reader (rssread). EXAMPLES Example: feedview Result: Returns the YubNub comments feed with the default Google Reader. Note: If not signed-in, only 10 items from th…
53 uses
-
Created 2008-09-02 04:51:10
-
Last used
2018-02-11 08:46:55
-
Nominate -
Description
-
yu {ifEmpty -value {% 2 %s} -then rssread -else {% 2 %s}} {ifEmpty -value {% 1 %s} -then http://js-kit.com/rss/yubnub.org -else {% 1 %s}}
redirectipip
redirect to http://radio.ipip.cz/ "winamp playlist". search the page from bottom to top for the parameter 1 word only, no "" example: redirectipip [Trance example: redirectipip [Dance] :)
53 uses
-
Created 2009-06-09 19:21:32
-
Last used
2011-11-09 22:44:42
-
Nominate -
Description
-
{echo http://radio.ipip.cz/{strReplace -find " -replace -string {scrape -tokens %s ><img href= -dirs 1 1 1 -url http://radio.ipip.cz/?p=home}}}
mathlinks
Mathlinks.ro Forum Search. Homepage: http://www.mathlinks.ro/Forum/ Search page: http://www.mathlinks.ro/Forum/search.php - - - [Examples] - - - To search for threads containing matrix or matrices, mathlinks -k matrix matrices To search for threads containing companion and matrix, ( "-t all" for searching all terms) mathlinks -t all -k companion matrix To search for threads that contains words companion and matrix and are written by John Doe and then show results with first 300 characters, math…
53 uses
-
Created 2006-06-18 18:23:02
-
Last used
2012-06-03 04:34:20
-
Nominate -
Description
-
http://www.mathlinks.ro/Forum/search.php?search_keywords=${k}&search_terms=${t=any}&search_author=${a=}&search_forum=0&search_time=0&search_fields=all&sort_by=0&sort_dir=DESC&show_results=topics&return_chars=${c=200}
randpg
Open a random web page
53 uses
-
Created 2007-01-04 15:23:26
-
Last used
2010-07-12 15:14:31
-
Nominate -
Description
-
gfl {randwd}
biblia
Spanish Bible Search (Reina Valera 1995) Búsqueda en Biblia en Español (Reina Valera 1995) Usage/Uso: biblia {passage or keyword) biblia {pasaje o palabra clave} Formato/Format Book Chapter:Start-End - Libro Capítulo:Comienzo-Fin Ejemplos/Examples Marcos 12 1 Timoteo 2:3-7 Exodo 3:1
53 uses
-
Created 2008-02-24 18:27:55
-
Last used
2026-02-13 06:31:12
-
Nominate -
Description
-
http://www.biblegateway.com/passage/?search=%s&version=61
>>>
SYNOPSIS >>> [Yubnub command|URL] [query] EXAMPLES >>> yshop ipod Searches images of an iPod in Yahoo! Shop through Google. >>> dart girl Searches images of a girl in Deviant Art through Google. >>> dilbert Searches images in Dilbert.com through Google. >>> http://bbc.co.uk irak Searches images in the BBC site about Irak through Google. An internal search (hence >>>) for images in the website hinted by the first parameter via Google This is just a more syntactically harmonic alias for >&. RELAT…
53 uses
-
Created 2006-01-25 02:50:06
-
Last used
2020-04-20 07:16:53
-
Nominate -
Description
-
gim site:{ extractDomainName { url {% 1 %s} } } {% 2- %s} [no url encoding]
associates
Create an Amazon Associates link from a regular Amazon link. Amazon Associates is Amazon.com's affiliate program. arguments: -url put the Amazon link you want to convert here -name put your desired link text here. It defaults to "Buy it at Amazon.com" usage: associates -url [amazon url] -name [link name] NOTE: You must be logged into Amazon for this to work. Author: Chicagosage b.a.
52 uses
-
Created 2005-12-20 17:10:18
-
Last used
2011-03-07 22:27:38
-
Nominate -
Description
-
http://associates.amazon.com/gp/associates/network/build-links/text/get-html.html/102-3830250-1688948?textLinkType=any&anyUrl=${url}&linkName=${name=Buy it at Amazon.com}&x=29&y=4
xim-y
Yahoo Image Advanced Search variation. Search on yahoo for large images with adult filtering turned off. For example, to find large, unfiltered photos with "girls boobs", type: xim-y girls boobs Inspired by 'xim' command (type: man xim). Parameters: -size wallpaper | [large] | medium | small -color [color] | bw -begin [1] | 2 | 3 | ... For example, to find wallpaper-sized black-and-white unfiltered images with "nude", and begin results with 9th image (skip first 8 images), type: Example: xim-y …
52 uses
-
Created 2006-08-24 23:52:27
-
Last used
2020-02-11 08:18:38
-
Nominate -
Description
-
http://images.search.yahoo.com/search/images?_adv_prop=images&ei=UTF-8&va=%s&imgsz=${size=large}&imgc=${color=color}&vst=0&vm=p&b=${begin=1}
y1
NAME y1 - Yahoo! Feeling Lucky SYNOPSIS y1 [SEARCH TERM] EXAMPLES y1 too much light <-- takes you to http://www.neofuturists.org/toomuchlight.htm y1 chicago tribune <-- takes you to http://www.chicagotribune.com/ This is like the "gfl" and "ifl" Feeling Lucky commands, except it uses Yahoo for the search instead of Google. It brings you to the first URL returned by a Yahoo search on your search term. NOTES I noticed Yahoo occasionally returns some special HTML on the url (like <wbr> for instanc…
52 uses
-
Created 2006-09-12 01:53:45
-
Last used
2022-01-20 08:13:19
-
Nominate -
Description
-
yubnub {strreplace -find <wbr> -string {strreplace -find <b> -string {strreplace -find </b> -string {scrape -tokens class=yschurl> </em> -dirs 0 0 -url {url y %s}}}}}
delipost
Comando para salvar tus favoritos en del.icio.as creado por artux (cutepaste.wordpress.com) Modo de uso: delipost -u [url sin http://] -d [descripcion] e.g.: deliciouspost -u artux.com.ar -d Blog personal de artux
52 uses
-
Created 2006-10-13 18:59:44
-
Last used
2010-12-17 11:21:35
-
Nominate -
Description
-
http://del.icio.us/post?v=4;url=${u};title=${d}
yui2
Go to the Yahoo User Interface version(YUI) 2 page. use -p 'argument goes here' to get to the desired component or page for yui2. For example: >yui2 -p datatable will take you to the main page for the datatable component
52 uses
-
Created 2010-06-15 02:58:54
-
Last used
2012-05-17 04:48:04
-
Nominate -
Description
-
http://developer.yahoo.com/yui/${p=2}/
u2htm
Enter on or more url and this command will turn them into HTML.Useful to download or make Html webpages.Example u2htm http://www.google.com/webhp?gl=us&hl=en
52 uses
-
Created 2010-07-11 22:47:54
-
Last used
2016-05-05 08:01:12
-
Nominate -
Description
-
echo <script>b='%s';var c = b.split(/ /);var s='<a href=';for(i = 0; i < c.length; i++)document.write(s+c[i]+">"+c[i]+"</a><br>");</script>
wikinews
Wikinews homepage or search. Usage: wikinews Redirects to Wikinews homepage. wikinews coal mines Searches Wikinews for "coal mines".
52 uses
-
Created 2008-11-05 19:44:11
-
Last used
2024-10-01 10:20:49
-
Nominate -
Description
-
http://en.wikinews.org/{ifEmpty -value %s -then -else wiki/Special:Search?search=%s}
wpln
WikiPedia search on different languages SYNTAX wpln LANGUAGE 'SEARCH STRING' for LANGUAGE use any wikipedia language code like en - English ru - Russian de - German it - Italian he - Hebrew and so on ... EXAMPLE wp en green beer will search for green beer in english wikipedia
52 uses
-
Created 2007-08-01 14:31:44
-
Last used
2011-06-01 16:57:06
-
Nominate -
Description
-
http://{% 1 %s}.wikipedia.org/wiki/Special:Search?search={% 2- %s}&go=Go[no url encoding]
Previous Page
Next Page