Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
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