Command List (ls)
nw
nw -- Open a yubnub command in a new window This command will load your YubNub command or a URL in a new window or tab, depending on your browser settings. usage: nw [yubnub command or URL] example: nw gim porsche author: chicagosage b.a.
1264 uses
-
Created 2005-07-29 09:38:26
-
Last used
2026-01-28 12:51:21
-
Nominate -
Description
-
script window.open('{url[no url encoding] %s}');history.go(-1)[no url encoding]
gmi
(Golden Egg)
SYNOPSIS gmi gmi [query] EXAMPLE gmi jumps to your GMail gmi Martha searches your GMail for email containing the word Martha With no query, opens GMail mobile, with one, searches GMail mobile for it (you must be logged in). This is FAST! SEE ALSO gma, gmail, gmini, eop AUTHOR elzr.com
1263 uses
-
Created 2007-12-10 20:57:09
-
Last used
2024-12-17 17:51:30
-
Description
-
http://mail.google.com/mail/x/{eop ?s=q&q=@%s@}
nr
UK National Rail live train departure boards. Displays the departure board for the specified station. The codes are often guessable, but sometimes you may need to go to the National Rail (http://www.nationalrail.co.uk) site to look it up first. Examples: natrail BHM - Brimingham New Street natrail CRE - Crewe natrail BRI - Bristol Temple Meads
1262 uses
-
Created 2006-02-03 11:02:36
-
Last used
2026-05-17 08:46:41
-
Nominate -
Description
-
http://www.livedepartureboards.co.uk/ldb/summary.aspx?T={ucase %s}
<<<
SYNOPSIS <<< [Yubnub command|URL] [query, optional] -pool [number, optional, default is 7] EXAMPLES <<< yshop ipod Searches iPod images (via Google) within sites related to CNN --like shopping.msn.com, froogle.google.com, bizrate.com, etc... <<< dilbert Searches for images (via Google) within sites related to Dilbert.com --like User Friendly, The Onion, Doonesbury, United Media, Penny Arcade, etc... <<< dart girl Searches for images of a "girl" (via Google) within sites related to Deviant Art -…
1261 uses
-
Created 2006-01-31 10:51:13
-
Last used
2020-05-21 05:32:09
-
Nominate -
Description
-
http://eemadges.com/rel?url={url {% 1 %s}}&query={% 2- %s}&pool=${pool=7}&md=img[no url encoding]
print
(Golden Egg)
A very simple yet useful command. Echos your input and automatically prompts you to print the page. EXAMPLE print 222 Alexander Road; Somewhere, Somestate. (prints the given address) --Jacob Ensor jacobensor.com
1259 uses
-
Created 2008-06-10 18:35:07
-
Last used
2026-05-28 20:14:52
-
Description
-
echo <html><head></head><body onload="javascript:window.print()">%s</body></html>
Round
NAME Round - Rounds a value SYNOPSIS Round [VALUE] -p [PRECISION] EXAMPLES Round 5.82 (returns: 6) Round 5.82 -precision 1 (returns: 5.8) Round 5.82 -precision -1 (returns: 10) Rounds a value to a specified precision (number of digits after the decimal point). Precision can also be negative or zero (default). AUTHOR Allen Ormond <aormond (at) fromrocks (dot) com>
1248 uses
-
Created 2005-08-13 23:21:19
-
Last used
2024-07-26 17:14:53
-
Nominate -
Description
-
http://jonathanaquino.com/yubscripts/math/math.php?command=round&input=%s&precision=${precision=0}&xn_auth=no
gdict
Google Dictionary gdict word [ -from lng1 [ -to lng2 ] ]
1247 uses
-
Created 2007-06-22 21:19:33
-
Last used
2016-04-18 07:04:03
-
Nominate -
Description
-
https://translate.google.com/translate_dict?q=%s&langpair=${from=en}%7C${to=en}
gym
Search in Google/Yahoo!/MSN @ the same time! >||;)
1245 uses
-
Created 2005-11-11 01:37:18
-
Last used
2026-01-11 15:36:26
-
Nominate -
Description
-
split {url[no url encoding] g %s} {url[no url encoding] y %s} {url[no url encoding] mss %s}
roger
Searches Roger, the online catalog of the UC San Diego library. Default is a keyword search of all collections except slides. Specify further with optional arguments -type and -coll. Useful options for -type include a (author), t (title), and d (subject) Useful options for -coll include 1 (reference), 2 (journals/serials), 3 (film&video),
1228 uses
-
Created 2006-07-29 03:04:47
-
Last used
2025-05-09 12:43:20
-
Nominate -
Description
-
http://roger.ucsd.edu/search/a?searchtype=${type=X}&searcharg=%s&searchscope=${coll=6}&SORT=D&Search=Search
multiTab
(Golden Egg)
NAME MultiTab - Open several tabs SYNOPSIS MultiTab url1;url2;url3;... MultiTab command1;command2;command3;... MultiTab parameter1;parameter2;parameter3;... -cmd command EXAMPLES Multitab www.apple.com Open a new tab(useless because closes the current one) Multitab ipod;macbook;g5 -cmd froo Open several tabs with the same command but with different parameters MultiTab cars racer;hamar;norway -cmd flk Same as previous but with the multiword parameter "cars racer" (Stian, Do you want anything els…
1218 uses
-
Created 2006-03-18 18:26:08
-
Last used
2024-12-25 06:32:33
-
Description
-
open {strReplace -find ; -replace %7D;%7Burl+${cmd}+ -string %7Burl+${cmd}+%s%7D}
newwin
(Golden Egg)
newwin -- Open a yubnub command in a new window This command will load your YubNub command or a URL in a new window or tab, depending on your browser settings. usage: newwin [yubnub command or URL] example: newwin gim porsche author: chicagosage b.a.
1214 uses
-
Created 2006-01-26 20:41:07
-
Last used
2023-12-28 00:05:34
-
Description
-
script window.open('{url[no url encoding] %s}');history.go(-1)[no url encoding]
both
(Golden Egg)
Executes 2 yubnub commands in sequence (client-side) Example: both command1 -and command2
1210 uses
-
Created 2006-12-11 16:49:36
-
Last used
2021-11-07 06:46:18
-
Description
-
echo <iframe src="{url %s}" onload="location='{url ${and}}'" style="display:none">
flex2c
NAME flex2c - Display class info from Flex 2 LiveDocs USAGE flex2c [class name] EXAMPLES flex2c mx.print.FlexPrintJob This command displays class information for Flex 2 classes from Macromedia LiveDocs. AUTHOR Aral Balkan (http://flashant.org) SPECIAL THANKS Jonathan Aquino for leading me in the right direction. Allen Ormond for his wonderful strReplace command.
1200 uses
-
Created 2006-01-23 09:58:18
-
Last used
2026-06-10 15:57:23
-
Nominate -
Description
-
http://livedocs.macromedia.com/labs/1/flex/langref/{strReplace -find . -replace / -string %s}.html
gdd
Check availability of domain name on GoDaddy.com Usage: godaddy [domainName] godaddy [domainName] -tld [.com/.org/.net ...] -tld - top-level domain, default to .com (abbreviation of the godaddy command)
1188 uses
-
Created 2007-06-02 06:46:48
-
Last used
2025-01-30 07:39:13
-
Nominate -
Description
-
https://www.godaddy.com/gdshop/registrar/search.asp?se=%2B&ci=164&domainToCheck=%s&checkAvail=1&tld=${tld=.com}
cnv
(Golden Egg)
Conversion search. Convert anything to anything. Weight, Distance, Time, Currency, and more. | Examples: | cnv 30 feet to meter | cnv 100 usd to cad | cnv 20 fl oz to liter | cnv 500 days to years | cnv 1 year to seconds | cnv 80 kg to pounds Key words: Conversion convert metric imperial foreign exchange currency Author: Andreas T
1178 uses
-
Created 2007-08-07 17:22:43
-
Last used
2025-09-20 06:12:59
-
Description
-
scrape -tokens calc_img.gif <b> </b> -dirs 0 0 0 -url http://www.google.com/search?q=conversion+{strreplace -find " " -replace + -string %s}
redtop
(Golden Egg)
Provides a quick and easy way to bring up the top posts in a given reddit category (subreddit). The syntax is redtop [subreddit] [time_duration]. Both parameters are optional. time_duration can be hour, day, week, month, year or all. The default subreddit is economics, and the default time period is one week. For example, redtop (the top economics posts for the last week) redtop japan (the top posts for japan in the last week) redtop pandemic month (the top posts in the pandemic category for th…
1168 uses
-
Created 2009-11-30 09:14:56
-
Last used
2026-03-13 18:51:33
-
Description
-
reddtop -what {% 1 %s} -time {% 2 %s}
create2
(Golden Egg)
NAME create2 - Create a new YubNub command. SYNOPSIS create2 [COMMAND_NAME] EXAMPLES create2 (sends you to a blank 'create2' form) create2 NewCommand (create a command with the name 'NewCommand') Make a YubNub command using an alternate interface. The main difference is that the new interface assists with creating more complete and consistant command descriptions. NOTES The create2 form is not an official YubNub site. Please contact me with any problems/suggestions. AUTHOR Allen Ormond - aormon…
1147 uses
-
Created 2006-03-30 04:49:26
-
Last used
2022-09-20 08:28:09
-
Description
-
ifthen -value1 1 -value2 {commandexists %s} -test EQUAL -then A command with that name already exists. -else http://fromrocks.com/yubnub/create2/create2.php?%s -redirect true
wimi
(Golden Egg)
Create mind maps based on the structure and links of Wikipedia pages using WikiMindMap. Supports different language versions of Wikipedia, defaults to English. Usage: wimi page_title [-lang xx] Example: "wimi constitution" Mind map based on the Wikipedia page "Constitution" "wimi constitution -lang fr" Mind map for that page in the French version of Wikipedia Wikipedia versions currently supported by WikiMindMap: * English * French * Spanisch * German * Italian * Catalan * Indonesian
1144 uses
-
Created 2007-07-22 18:09:22
-
Last used
2021-02-08 13:58:55
-
Description
-
http://www.wikimindmap.org/viewmap.php?wiki=${lang=en}.wikipedia.org&topic=%s&Submit=Search
flight
Looks up real-time flight status on flightview.com. Enter both al (airline) and flight number (flight) Example: flight -al aa -flight 2605 (This would look up American flight 2605.)
1141 uses
-
Created 2005-08-08 20:23:23
-
Last used
2026-02-22 18:04:05
-
Nominate -
Description
-
https://bwi.flightview.com/fvSabreVT/fvCPL.exe?qtype=htm&AL=${al}&acid=${flight}
lucky>
(Golden Egg)
NAME lucky> - An extension to Google's "I'm feeling lucky" search. SYNOPSIS lucky> [KEYWORDS TO DESCRIBE SITE] -k [KEYWORDS TO SEARCH WITHIN SITE] EXAMPLES lucky> victoria tourism -k gardens [returns information about gardens at www.tourismvictoria.com] lucky> chicago reader -k improv [returns the improv listings at www.chicagoreader.com] This command allows you to do a Google "I'm Feeling Lucky" search with the ability to use one set of search terms to desribe the site, and a separate set of s…
1135 uses
-
Created 2006-07-30 12:42:38
-
Last used
2025-08-19 07:39:23
-
Description
-
gfl site:{ extractDomainName { luckyecho %s } } ${k} [no url encoding]
flex1c
NAME flex1c - Display class info from Flex 1.5 LiveDocs USAGE flex1c [class name] EXAMPLES flex1c mx.core.Application This command displays class information for Flex 1.5 from Macromedia LiveDocs. AUTHOR Aral Balkan (http://flashant.org) SPECIAL THANKS Jonathan Aquino for leading me in the right direction. Allen Ormond for his wonderful strReplace command.
1132 uses
-
Created 2006-01-23 10:15:53
-
Last used
2026-06-14 01:23:11
-
Nominate -
Description
-
http://livedocs.macromedia.com/flex/15/asdocs_en/index.html?{strReplace -find . -replace / -string %s}.html
2
Opens 2 yubnub frames.
1130 uses
-
Created 2007-02-05 09:10:05
-
Last used
2026-02-19 07:50:54
-
Nominate -
Description
-
split http://yubnub.org http://yubnub.org
gru
Поиск страниц на русском с помощью www.google.ru. Performs a Google search in Russian using the given keywords. Чтобы найти какие-либо слова, просто укажите их вслед за командой. Пример: gru мама мыла раму (Ищет `мама мыла раму' в интернете среди страниц на русском языке) Пример: gru (Переходит на страницу www.google.ru) Set character encoding to UTF-8 to view this page properly.
1129 uses
-
Created 2006-07-19 22:29:04
-
Last used
2026-01-22 18:51:58
-
Nominate -
Description
-
http://www.google.ru/{eop search?hl=ru&q=@%s@&btnG=Поиск&lr=lang_ru}
fstb
SYNOPSIS fstb [search term] -type [file type] EXAMPLES fstb fstb Need for Speed fstb parkour -type wmv Searches http://www.filestube.com for specified search term using the site's basic search function. Possible values for type parameter are All (default), avi, mp3, mpeg, mpg, rar, wma, wmv, and zip. Executed without parameters the command defaults to the front page.
1118 uses
-
Created 2008-07-19 03:36:15
-
Last used
2014-12-01 18:11:32
-
Nominate -
Description
-
http://www.filestube.com/{ifThen -value1 %s -value2 -test NOTEQUAL -then search.html?q=%s&select=${type=all}}
sky
(Golden Egg)
Skypes the given user. Example: sky jonathan.aquino Tested from the Firefox YubNub search bar. Inspired by the sidebarload command.
1113 uses
-
Created 2006-01-26 07:28:51
-
Last used
2026-06-07 15:22:29
-
Description
-
echo <script language="javascript">w = window.open("callto://%s");w.close();history.go(-1);</script>
swk
This command gets the begining of any wikipedia articles. kind of a summary. example: swk porsche 911
1110 uses
-
Created 2007-11-22 11:16:22
-
Last used
2023-10-02 04:56:08
-
Nominate -
Description
-
scrape -tokens <p> <div -url {url wp %s}
clc
(Golden Egg)
NAME clc - Evaluates a mathematic expression EXAMPLES clc 1+1 clc ((pi*2)/6)+5 AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/ ========== Old implementation: {url[no url encoding] idx {explode {strRightRev {scrape -tokens <font size=%2B1><b> </b> -url {url g %s}} {strFind -find = -string {scrape -tokens <font size=%2B1><b> </b> -url {url g %s}}}} -token <space>} -idx 0}
1109 uses
-
Created 2006-04-24 17:13:53
-
Last used
2023-10-11 04:30:45
-
Description
-
stripHTML {idx {explode {match -url {url g %s} -pattern /<font size=.1><b>(.*?)<\/b>/ -capture 1 -matchnbr 1} -token =<space>} -idx 1}
dvee
Searches http://devot-ee.com for ExpressionEngine addons. Defaults to searching for ALL addons; if you want to search for a specific version's addons, use the -ver flag followed by either 'ee1' or 'ee2'. Examples: dvee category (searches ALL EE ADDONS for keyword "category") dvee category -ver ee2 (searches ONLY EE2 ADDONS for keyword "category")
1096 uses
-
Created 2011-08-15 21:19:57
-
Last used
2021-05-16 12:27:20
-
Nominate -
Description
-
http://devot-ee.com/search/results/search&channel=addons&keywords=%s&addon_version_support=${ver}/[use %20 for spaces]
lfl
This command looks up lyrics. It is an alias of: gfl lyrics "%s" Note that it can be used to look up a band example: lfl fall out boy or also a song example: lfl sugar we're going down or even lyrics from the song example: lfl am I more than you bargained for
1093 uses
-
Created 2006-01-13 02:26:19
-
Last used
2019-03-10 15:21:45
-
Nominate -
Description
-
gfl lyrics "%s"
pinboardm
SYNOPSIS pinboardm [TAG]... Explore My Pinboard bookmarks with tags (up to 3) EXAMPLES pinboardm a Returns: https://pinboard.in/u:maciej/t:a pinboardm maciej a b c Returns; https://pinboard.in/u:maciej/t:a/t:b%20/t:c (I can't figure out how to get rid of those %20, but it works just fine.) SEE ALSO pinboarda AUTHOR oumu
1092 uses
-
Created 2013-11-16 03:32:52
-
Last used
2026-03-12 20:14:31
-
Nominate -
Description
-
https://pinboard.in/u:{% 1 %s}/t:{% 2 %s}{ifthen -value1 {% 3 %s} -value2 -test NOTEQUAL -then /t:{% 3 %s}}{ifthen -value1 {% 4 %s} -value2 -test NOTEQUAL -then /t:{% 4 %s}}[no url encoding]
wod
(Golden Egg)
NAME wod - Webster's Online Dictionary with Multilingual Thesaurus Translation SYNOPSIS wod [WORD(S)] [-lang [LANGUAGE]] EXAMPLES Just try it: wod wod word wod mail fraud wod Maxfield Parrish wod мама -lang Russian wod bachelière -lang French wod 百度 -lang all Who describes better than authors of www.websters-online-dictionary.org: What do you get when you start with Webster’s classic 1913 unabridged dictionary, and you add updated definitions, thousands of images (one picture being worth a thou…
1060 uses
-
Created 2006-06-20 13:09:12
-
Last used
2025-06-29 19:15:15
-
Description
-
http://www.websters-online-dictionary.org/[post]{IfEmpty -value ${lang} -then {IfEmpty -value %s -then -else search/?s=%s&R1=en} -else {IfEmpty -value %s -then -else search/?s=%s}&R1=${lang}}
qdef
(Golden Egg)
NAME qdef - Quick Definitions -- get a definition from ninjawords.com in a self-closing window. SYNOPSIS qdef [WORD] -t [OPTIONAL SECONDS] EXAMPLES qdef polysemy << pops open a window with the definition for "polysemy". It automatically closes in 10 seconds. qdef polysemy -t 20 << the same as before, but it waits 20 seconds before closing This command loads definitions from the excellent ninjawords.com. It automatically closes the definition window in 10 seconds. To change the length that the w…
1057 uses
-
Created 2006-12-13 22:55:25
-
Last used
2025-10-19 21:21:16
-
Description
-
echo <script>def=window.open('http://www.ninjawords.com/%s');setTimeout("def.close();history.go(-1);",${t=10}000);</script>
nzl
NewzLeech.com Usenet binaries search engine with nzb creation. Example: nzl linux iso There are options for mininum/maximum age (days) and size (megabytes). Example: nzl linux iso -minage 7 -maxage 30 -minsize 600 -maxsize 700
1056 uses
-
Created 2008-07-11 06:21:24
-
Last used
2019-11-16 12:19:30
-
Nominate -
Description
-
http://www.newzleech.com/usenet/?group=&minage=${minage}&age=${maxage}&min=${minsize}&max=${maxsize}&q=%s&mode=usenet&adv=1
lsplit
(Golden Egg)
NAME lsplit (for Split via Links) - provide a way to easily access multiple YubNub commands on one screen via links SYNOPSIS lsplit cmd1;cmd2;cmd3 SUMMARY Displays a set of links, one for each command, that when clicked, open up that command in the IFRAME (rest of the page) below. The commands can have parameters, and a command can simply be a URL. This is an alternative to 'split' for when you want quick access to multiple commands, but you either don't want them all to run except as needed, *…
1055 uses
-
Created 2009-04-03 21:41:34
-
Last used
2025-07-01 17:11:38
-
Description
-
echo <head><script src="http://elzr.com/javascripts/yn/lsplit.js"></script><link rel="stylesheet" type="text/css" href="http://elzr.com/stylesheets/yn/lsplit.css" /></head><body><div>{foreach {explode {match %s -pattern /^(.*?);*\s*$/ -capture 1 -as text} -token ;} -cmd echo {linktag [|url %25s|]!!%25s -t lsplit} -as text}</div><iframe src="{url {match %s -pattern /^(.*?);/ -as text -capture 1}}" name="lsplit"></iframe></body>
flex2p
NAME flex2p - Display package info from Flex 2 LiveDocs USAGE flex2p [package name] EXAMPLES flex2p mx.effects This command displays package information for Flex 2 packages from Macromedia LiveDocs. AUTHOR Aral Balkan (http://flashant.org) SPECIAL THANKS Jonathan Aquino for leading me in the right direction. Allen Ormond for his wonderful strReplace command.
1049 uses
-
Created 2006-01-23 09:04:05
-
Last used
2026-06-08 17:08:16
-
Nominate -
Description
-
http://livedocs.macromedia.com/labs/1/flex/langref/index.html?{strReplace -find . -replace / -string %s}/package-detail.html/&{strReplace -find . -replace / -string %s}/class-list.html
gguc
Search the Ursinus.edu domain for the supplied search terms. Made by (e)nb(a)r 2-V-2018
1026 uses
-
Created 2018-05-03 08:49:14
-
Last used
2026-06-01 12:07:54
-
Nominate -
Description
-
ggss ursinus.edu %s
down
If you have the url of a XPI file, a SWF movie or something like that, and you want to download instead of install/play/... you can use this command to create a link with the url. example: down http://clipmarks.com/download/clipmarks.xpi Optionally you can replace the default "Right-click here to download" text with whatever you want. you have to use the parameter TEXT. for example: down http://clipmarks.com/download/clipmarks.xpi -text clipmarks Also you can especify some text or html code bef…
1023 uses
-
Created 2006-01-20 20:40:17
-
Last used
2026-05-28 11:42:31
-
Nominate -
Description
-
echo <html>${before} <a href=%s>${text=Right-click here to download}</a> ${after}[use for spaces][no url encoding]
lalala
NAME lalala - search lala.com SYNOPSIS lalala [ARTIST OR SONG] EXAMPLES lalala animal collective Listen to free music at lala.com
1020 uses
-
Created 2008-12-12 19:18:16
-
Last used
2014-01-30 01:17:45
-
Nominate -
Description
-
http://www.lala.com/{eop #search/@%s@[use %20 for spaces]}
imdbs
NAME IMDb Search, improved SYNOPSIS imdbs Movie, actor, whatever EXAMPLE imdbs amelie ---goes straight to imdb movie page, not search results AUTHOR ++ Axlemax ++
1019 uses
-
Created 2009-04-16 09:55:28
-
Last used
2016-05-02 01:39:50
-
Nominate -
Description
-
> imdb %s
similar
(Golden Egg)
NAME similar -- find YubNub commands similar to a given command or a given URL. SYNOPSIS similar [URL or yubnub command] This command uses Eliazar's extractDomainName command to get the domain name for the input YubNub command or URL. It then does a YubNub "ls" command on that domain name to see if there are commands already created for that domain. This is useful for checking if there is a command already created for a website you want to search, or checking to see other commands similar to a …
1009 uses
-
Created 2006-03-03 21:40:09
-
Last used
2024-01-14 19:07:51
-
Description
-
ls {extractDomainName {url[no url encoding] %s}}[no url encoding]
ffadd
Search for Firefox Addons. ========== Old implementation: https://addons.mozilla.org/search.php?q=%s&type=${t=A}&app=firefox
1009 uses
-
Created 2006-09-17 14:40:22
-
Last used
2014-04-17 07:48:27
-
Nominate -
Description
-
https://addons.mozilla.org/en-US/firefox/search?q=%s
tabs
tabs song [-type (band/song)] Searches for Tabs for the given Song on 911tabs.com. When you don't specify '-type', 'song' is used! Tip: To search for a band use something like: tabs sublime -type band
1007 uses
-
Created 2006-09-27 15:56:32
-
Last used
2024-12-26 08:48:13
-
Nominate -
Description
-
http://911tabs.com/search.php?search=%s&type=${type=song}
>&
(Golden Egg)
Extract images from the site, modified code used for the command ">". (that extracts the URL and redirects to Google's first result) The following command will list all the images from Yahoo shop site. >& yshop ipod
1007 uses
-
Created 2006-01-22 04:15:04
-
Last used
2024-10-21 22:48:16
-
Description
-
gim site:{ extractDomainName { url {% 1 %s} } } {% 2- %s} [no url encoding]
gset
Google Sets. To see more prefixes if you know some of them, type: Example: gset mega, tera, giga, To find out most-mentioned UNIX command line commands, type: Example: gset man, cat SEE ALSO: sets, set
992 uses
-
Created 2008-05-20 00:21:38
-
Last used
2026-06-14 21:47:48
-
Nominate -
Description
-
{runphp <? $a=explode(",", "%s"); echo "http://labs.google.com/sets?"; foreach($a as $i => $q) echo "q".($i+1)."=".urlencode(trim($q))."&"; echo "btn=Large+Set" ?>}[no url encoding]
ctitle
Launch an URL but allow you to specify the title. Syntax: ctitle -title <title> -url <url> Example: ctitle -title Best search engine -url http://www.google.com
991 uses
-
Created 2008-10-17 16:40:19
-
Last used
2012-03-24 02:29:01
-
Nominate -
Description
-
echo <title>${title}</title><iframe src="${url}" style="border: 0; width: 100%; height: 100%">
rssread
(Golden Egg)
Uses Google's RSS feed reader to read an RSS feed. SYNTAX: rssread <feed url> EXAMPLE: Reading a slashdot feed given the feed url: rssread http://rss.slashdot.org/Slashdot/slashdot Using a feed that has already been YubNubed: rssread {url rssslashdot} rssread {url rssbbcnewsuk}
991 uses
-
Created 2005-12-07 20:40:01
-
Last used
2022-01-20 15:17:01
-
Description
-
http://www.google.com/reader/preview/*/feed/%s[no url encoding]
faf
(Golden Egg)
Fire and forget. Runs the yubnub command and then goes back to the page you were on.
985 uses
-
Created 2006-12-11 18:43:01
-
Last used
2023-11-19 07:18:01
-
Description
-
echo <iframe src="{url %s}" onload="history.go(-1)" style="display:none">
dnsa
Syntax: dnsa {domain name} Displays the DNS A record for the specified domain name using DNSStuff.com
973 uses
-
Created 2006-04-21 07:00:45
-
Last used
2015-07-01 07:55:17
-
Nominate -
Description
-
http://www.dnsstuff.com/tools/lookup.ch?name=%s&type=A
old!unset
Used for YubNub (aliases), currently under construction. Larger description soon to come.
973 uses
-
Created 2006-02-01 04:42:04
-
Last used
2008-11-17 19:46:19
-
Nominate -
Description
-
http://www.jakeisgod.com/yubnub/aliases/jobactions.cfm?action=unset&cmd={% 1 %s}
Previous Page
Next Page