Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
I figured what was wrong. Here are the changes I made: - var La = responseDetails.responseText.match(/bkmk_href[^ >]+>([^<]*)/g);
- var label = La[indexc].replace(/bkmk_href[^ >]+>/,'');
- var url = Ua[indexc] .replace('.', 'http://google.com/bookmarks','');
Hope it helps someone else that may have bumped into that, --
|
|
|
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? --
|
|
|
When I press 'new window' in a mail, the new external window should't have to show the quick links tab.
|
|
|
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 |
|
|
doesn't work for me..!! |
|
|
fixed an issue with navigating to the bookmark page and back. Thanks |
|
|
Very nice script. Should come in handy! Thanks. |