Suggested fix for Google Apps
|
|
Hi, I'm very impressed by your script.
Suggested fix to make LabelLinks4Gmail work in Google Apps: Replace lines 22 and 23:
Works on a quick try-out. But I didn't test any special Gmail urls or advanced settings of your script. |
|
|
Ahhhh, the man himself. I'm more impressed with your script. Thanks bro, I'll try your tip. |
|
|
The previous isn't going to work well with FOLDER_VIEW modifications I did to enable seeing more the 20 mails in folder and label view.
var labelURL = prefix + "mail.google.com" + top.location.pathname + "#label/"; var folderURL = prefix + "mail.google.com/" + top.location.pathname + "#"; |