KitzKikz  KitzKikz: SogudiTipsJavascript   RecentChanges 
 PopularPages 
 SearchPages 
 Home | Trail - SogudiTipsJavascript
 
 

SogudiTips - SogudiTipsHelp

Cool Sogudi Tricks with Javascript  

Make Current Window Full Screen
fsjavascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.ava...

Make Current Window 800 Pixels Wide
800javascript:self.moveTo(0,0);self.resizeTo(800,screen.availHeight);

Scientific Calculator
calcjavascript:expr=prompt('Formula...(eg:%20%202*3%20+%207/8%20)','');if(...

Standard 216 Web Colors
colorjavascript:t='';c=new%20Array('00','33','66','99','CC','FF');for(i=0;i...

Four Windows for Multi-Window Surfing
make4javascript:w=innerWidth;h=innerHeight;S=screen;W=S.availWidth;H=S.avai...
This was more useful when we didn't have tabbed browsing, but it is still handy at times.

If the above javascript links don't work when you click on them, try dragging them onto Safari's location field. You can also right-click (ctrl-click), select copy, and then paste into a Sogudi shortcut.

Find more javascriptlet ideas at http://www.bookmarklets.com , http://www.squarefree.com/bookmarklets/ or the external links section at http://en.wikipedia.org/wiki/Bookmarklet#External_links

SogudiTips - SogudiTipsHelp

 

   

 
 EditThisPage · LinksToPage · PageInfo 03/04/06 23:23:36  ·  0.0791s