-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgmail.html
More file actions
34 lines (21 loc) · 1.58 KB
/
Copy pathgmail.html
File metadata and controls
34 lines (21 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1, width=device-width" />
<title>Compose New Gmail Bookmarklet</title>
<link rel="stylesheet" type="text/css" href="css/skeleton.css" />
</head>
<body class="container">
<nav role="navigation"><a href="index.html">< Back to Bookmarklets Index</a></nav>
<h1>Open New Gmail Compose Window</h1>
<p>This bookmarklet will open a new window set to compose an email if you are logged in to your Gmail account. That way if you need to send an email, you won't have to see how full your inbox has become.</p>
<h2>Installing</h2>
<p>To install, drag the link below to your bookmarks toolbar:</p>
<p><a href="javascript:(function(){window.open('https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&shva=1','Compose%20Gmail','status=no,directories=no,location=no,resizable=no,menubar=no,width=600,height=600,toolbar=no');})();" class="button button-primary" id="bookmarklet">New Email</a></p>
<div id="install-help"><a href="installation.html">Installation Instructions</a></div>
<div id="installation"></div>
<footer><small>Created by <a href="http://matthewreidsma.com">Matthew Reidsma</a> for the <a href="http://infopeople.org">Infopeople</a> course "Customizing Vendor Tools for Better Customer Service," Summer 2015. <a href="http://getskeleton.com/">Styles by Skeleton</a>. Code for this page is on <a href="http://github.com/mreidsma/Bookmarklets">Github</a>.</small></footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>