Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Google

Journal commonchaos's Journal: Gmail bookmarklet

So. I made my first "bookmarklet" (a piece of javascript that you use as a bookmark).

This piece of code opens up Gmail in a new window with no menu,status, or location bar.

javascript:void(gmail_link=window.open('https://gmail.google.com/gmail', '_blank', 'width=640, height=480, resizable=yes, scrollbars=yes, toolbar=no, location=no, directories=no, status=no, menubar=no, copyhistory=no')); gmail_link.focus(); window.focus(); gmail_link.focus();

This discussion has been archived. No new comments can be posted.

Gmail bookmarklet

Comments Filter:

"Elvis is my copilot." -- Cal Keegan

Working...