Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Hi The Dot Firstly, I have to thank you for all of your great gmail addons. I don't need to lug around a laptop any more, just need a thumb drive with firefox portable loaded with all of your scripts. Really awesome. I seem to be getting the same error that nka is getting with your Gmail addon for Google Docs. It worked fine right after I installed it in Firefox portable 2.0.0.14, but the second time I tried to bring it up it gave me the same garbled message. I also tried it in Firefox 3.0.1 and I still get no response. I also tried copying and pasting your new code in place of the old code in the greasemonkey script file and it just made the Google Documents link disappear. I switched back to the old code again and the link came back, but so did the error. Thanks for your help! |
|
|
hi nka
// ==UserScript==
// @name Google Docs + Gmail Addons
// @namespace http://exstodot.blogspot.com
// @description Adds Google Docs to Gmail
// @include http://mail.google.com/mail/*
// @include https://mail.google.com/mail/*
// @include http://mail.google.com/a/*
// @include https://mail.google.com/a/*
// ==/UserScript==
GmailAddons.registerAddon(
{
id: 'tdDocs',
name: 'Google Docs',
url: 'https://docs.google.com/API/IGoogle?up_numDocuments=5&upt_numDocuments=enum&up_showLastEdit=1&upt_showLastEdit=bool&lang=en&country=us&.lang=en&.country=us&synd=ig&mid=0&ifpctok=1212920066200425557&parent=&libs=4lLBv0e6_zM/lib/libcore.js,sKgORJ-YRBw/lib/libdynamic-height.js',
indicatorLabel: 'Documents',
position: 'right'
});
maybe this will work (?) again, thanks. |
|
|
@dot: Here is the latest error: error: unknown output type: 'js',--http://userscripts.org/scripts/review/23304' |
|
|
@dot: As per your request on the main Gmail+addons page, I am posting my response here. I have installed the Gmail addons + Documents on multiple computers both Mac and PC's, and am having the very same issue as previously described. This does not seem to be a one time thing, any suggestions? |
|
|
Weirdest thing, first the addon was working, and all of a sudden this pops up in the sidebar when the Documents button is clicked: /* Copyright 2007 and beyond, Google Inc. To use gadgets on your own site, visit http://www.google.com/webmasters/gadgets. To create your own gadgets, visit http://www.google.com/apis/gadgets */(function(){var c=document.bgColor;var r,g,b;if(c.length!=7){r=g=b=1;}else{c=c.substring(1,c.length);r=parseInt(c.substring(0,2),16)/255;g=parseInt(c.substring(2,4),16)/255;b=parseInt(c.substring(4,6),16)/255;}var bgcolor=((r+g+b)/3<0><>\"]/.test(c)?c.replace(/&/g,"&").replace(/</g>/g,">").replace(/\"/g,"""):c};j.prototype.b=function(c){var a="<iframe>"};j.prototype.k=function(c,a){try{return c.frames[a]}catch(b){return null}};j.prototype.e=function(c){var a=document.createElement("iframe");for(var b in c)a.setAttribute(b,
|
|
|
I'm with you, as I have had the very same problem. Hopefully someone will figure it out and post an addon. |