Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Add Quick Links - GMail

Adds Quick Link Navigation to GMAIL

Includes links labeled as GMqlink from google.com/bookmarks into a left nav pane for quick access.






Apr 25, 2007
Bernardo Qua... User

I figured what was wrong.

Here are the changes I made:

- var La = responseDetails.responseText.match(/bkmk_href[^ >]+>([^<]*)/g);
+ var La = responseDetails.responseText.match(/bkmk_href[^>]+>([^<]*)/g);
//there's a new attribute 'target=nw' now

- var label = La[indexc].replace(/bkmk_href[^ >]+>/,'');
+ var label = La[indexc].replace(/bkmk_href[^>]+>/,'');

- var url = Ua[indexc] .replace('.', 'http://google.com/bookmarks','');
+ var url = Ua[indexc].replace(/\.[^=]+=/,'')
// erases prefix
+ url = url.replace(/&.+/,'')
// erases suffix

Hope it helps someone else that may have bumped into that,

--
Bernardo

 
Apr 25, 2007
Bernardo Qua... User

Doesn't work for me either.

Could it be because my GMail interface isn't in english?

I think it could be because:

var La = responseDetails.responseText.match(/bkmk_href[^ >]+>([^<]*)/g);

Is returning NULL...

Any tips?

--
Bernardo

 
Feb 21, 2007
epikarma User

When I press 'new window' in a mail, the new external window should't have to show the quick links tab.
In fact I can see it in the right top corner.

 
Nov 13, 2006
Corey User

I love this script. Just a note: If you'd like to define the quicklinks to something other than GMqLink label, you can just find all instances of it in the jScript file an replace it with the desired label.

Like, for me, I wanted to have my homepage bookmarks sync with my Gmail bookmarks, so since the Homepage bookmarks are added with the 'homepage' label, I simply replaced 'GMqLink' with 'homepage'. Works like a charm!

I think that, if someone modified this script a little, the same results could be reduced on different pages, such as Google Earth, Documents, Calandar, and the like. Its just a thought! :D

 
Jun 19, 2006
Balachandar User

doesn't work for me..!!

 
Apr 13, 2006
cgm Script's author

fixed an issue with navigating to the bookmark page and back. Thanks

 
Apr 13, 2006
Michael Sarver Scriptwright

Very nice script. Should come in handy! Thanks.

You could comment on this script if you were logged in.