Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

Yubnublet

(This command has been awarded a Yubnub Golden Egg)

http://saraswaticlasses.net/yubnub/yubnublet.php?code=%s
NAME
       Yubnublet - Creates a page with the javascript code that you pass to it
                   So you can create bookmarklets in Yubnub

SYNOPSIS
       Yubnublet <JS code>

EXAMPLE
      Yubnublet window.alert("this is cool!")
      Yubnublet document.write("this is cool too!")
      Yubnublet for(i=0;i<10;i++)document.write("this is very cool!<br>")

	You can also include the current url in you code(this is the most common in a bookmarklet)
	the string [current URL] (note the brackets) will be replaced by the actual url
	for example:

      Yubnublet location.href="http://dnsstuff.com/tools/whois.ch?ip="+[current URL];

AUTHOR
       Fuska
    
1242 uses - Created 2005-11-22 13:27:47 - Last used 2022-03-09 12:20:48
Is this command broken? Tell Jon if you know how to fix it.