tag:blogger.com,1999:blog-11645460.post115406719019134079..comments2008-05-15T08:13:03.964-07:00Comments on Greasespot: Greasemonkey 0.6.5 - 2.0 support and localizationboogshttp://www.blogger.com/profile/03885281513124696960noreply@blogger.comBlogger19125tag:blogger.com,1999:blog-11645460.post-1160603977578313662006-10-11T14:59:00.000-07:002006-10-11T14:59:00.000-07:00What prevents GM from working in mozilla suite?What prevents GM from working in mozilla suite?Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1160363425935990542006-10-08T20:10:00.000-07:002006-10-08T20:10:00.000-07:00b2 how about rc2b2 how about rc2Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1160354795146703762006-10-08T17:46:00.000-07:002006-10-08T17:46:00.000-07:00We really need a firefox 2.0 version!We really need a firefox 2.0 version!BGhttp://www.blogger.com/profile/14630840126773177630noreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1158773527990478322006-09-20T10:32:00.000-07:002006-09-20T10:32:00.000-07:00Any chance on adding Seamonkey compatibility? 0.6...Any chance on adding Seamonkey compatibility? 0.6.5 won't install as is.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1158771016161478372006-09-20T09:50:00.000-07:002006-09-20T09:50:00.000-07:00Thank you!Now I will be able to give you all the d...Thank you!<BR/><BR/>Now I will be able to give you all the details.Sergio Abreuhttp://www.blogger.com/profile/03634914647693737503noreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1158692337508808142006-09-19T11:58:00.000-07:002006-09-19T11:58:00.000-07:00"Is the "open source development" always this slow..."<BR/>Is the "open source development" always this slow concerning to communication or is it a particular case ?<BR/>"<BR/><BR/>Just this case, apparently.<BR/><BR/>Please send the email again to jdunck@gmail.com. I think anonymous mails to the list are bounced due to spam problems.Jeremy Dunckhttp://www.blogger.com/profile/00539478892335210132noreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1158686395958300462006-09-19T10:19:00.000-07:002006-09-19T10:19:00.000-07:00What I said but it was a bit difficult... was exac...What I said <I>but it was a bit difficult...</I> was exactly...<BR/><BR/><B>to get an answer from this mailing list.</B><BR/><BR/>I sent a message to greasemonkey@mozdev.org in 15/09/2006 at 01:19h and up to now (19/09/2006 14:13h), <B>no reply</B>.<BR/><BR/>Is the "open source development" always this slow concerning to communication or is it a particular case ?Sergio Abreuhttp://www.blogger.com/profile/03634914647693737503noreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1158684900703711832006-09-19T09:55:00.000-07:002006-09-19T09:55:00.000-07:00Mailing list:I have posted to this mailing list, a...<B>Mailing list:</B><BR/>I have posted to this mailing list, as anonymous, and <B>GOT NO ANSWER AT ALL</B>. I believe you get thousands of e-mails and it might be impossible to care of all...<BR/><BR/><B>The xpi link:</B><BR/>I put that xpi link in order that the author could check the improvements I made, by himself.<BR/><BR/>I just think that all my suggestions make sense and all people who use Gresaemonkey would approve if you implement them. <BR/><BR/>If you release one version containing my suggestions, of course I can stop hosting a different xpi, because it would be nonsense. <BR/><BR/>However, as long as it has the problems I appointed, I will not use the official xpi.<BR/><BR/>I want to help, but need to have a faster response (and see things changing).Sergio Abreuhttp://www.blogger.com/profile/03634914647693737503noreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1158668698144695302006-09-19T05:24:00.000-07:002006-09-19T05:24:00.000-07:00"I have a better Greasemonkey now. I tried to cont..."<BR/>I have a better Greasemonkey now. I tried to contact the author to send my suggestions, but it was a bit difficult...<BR/>"<BR/><BR/>Did you try the <A HREF="http://greasemonkey.mozdev.org/list.html" REL="nofollow">developer mailing list</A>?<BR/><BR/>"<BR/>xpi here...<BR/>"<BR/><BR/>While I am happy to see contributions, please don't distribute forked GM XPIs.<BR/><BR/>We're not hiding. Mailing lists are a common convention in open source development.<BR/><BR/>:)Jeremy Dunckhttp://www.blogger.com/profile/00539478892335210132noreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1158666043203004472006-09-19T04:40:00.000-07:002006-09-19T04:40:00.000-07:00Anti-User Script Command duplication code:GM_MenuC...Anti-User Script Command duplication code:<BR/><BR/>GM_MenuCommander.prototype.registerMenuCommand = <BR/>function(commandName, commandFunc, accelKey, accelModifiers, accessKey) {<BR/><BR/>// Protection against item duplication by Sergio Abreu<BR/><BR/> for( i = 0; i < this.menuItems.length; i++){ <BR/> if(this.menuItems[i]._commandFunc == commandFunc) return;<BR/> }<BR/><BR/>... here the code continues normallySergio Abreuhttp://www.blogger.com/profile/03634914647693737503noreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1158640694311125512006-09-18T21:38:00.000-07:002006-09-18T21:38:00.000-07:00I am running it in Firefox 2.0b2 indeed.I have mod...I am running it in Firefox 2.0b2 indeed.<BR/><BR/>I have modified some things to make it even better:<BR/><BR/>1- Wrote the pt-BR locales and completed what was lacking in order to the locales work perfectly.<BR/>2- Put all menus inside a unique Tools -> Greaesemonkey menu<BR/>3- Put the User Script Commands both in the Tools -> Greasemonkey menu as in the context menu of the status bar<BR/>4- Added a code to prevent User Commands doubling.<BR/>5- Changed the alert confirmation by status text effect:it means "one click less".<BR/>6- Made the Manage User Scripts from the Status bar static (so, easier and faster to access it), by putting it BELOW the scripts list instead of in the top... It got much easier, as it is always JUST above the enabled button.<BR/><BR/>I have a better Greasemonkey now. I tried to contact the author to send my suggestions, but it was a bit difficult...<BR/><BR/>Install Web site in Portuguese:<BR/>http://sitesbr.net/br_greasemonkey.asp<BR/><BR/>The xpi: <A HREF="http://dosergio.kit.net/download/greasemonkey-0.6.5.20060918.xpi" REL="nofollow">here</A><BR/><BR/>Regards<BR/><BR/>Sergio AbreuSergio Abreuhttp://www.blogger.com/profile/03634914647693737503noreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1158167793761255592006-09-13T10:16:00.000-07:002006-09-13T10:16:00.000-07:00Beta 2? How about support for minefield aka Firefo...Beta 2? How about support for minefield aka Firefox 3.0a1?<BR/>Now -that- would be kick ass. Is there a nightly out there working with 3.0a1 yet?Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1157644793542068042006-09-07T08:59:00.000-07:002006-09-07T08:59:00.000-07:00Please add support for beta 2!Please add support for beta 2!Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1156176296629104782006-08-21T09:04:00.000-07:002006-08-21T09:04:00.000-07:00Could I use GM_xmlhttpRequest without async mode?Could I use GM_xmlhttpRequest without async mode?Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1154116743298780282006-07-28T12:59:00.000-07:002006-07-28T12:59:00.000-07:00Bug 13002 hasn't been fixed.<A HREF="http://bugzilla.mozdev.org/show_bug.cgi?id=13002" REL="nofollow">Bug 13002</A> hasn't been fixed.LouCypherhttp://www.blogger.com/profile/11179988146615964637noreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1154114924492120062006-07-28T12:28:00.000-07:002006-07-28T12:28:00.000-07:00what, no bug fixes, new features?what, no bug fixes, new features?Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1154106938982418242006-07-28T10:15:00.000-07:002006-07-28T10:15:00.000-07:00i don't know if this is the correct place to ask f...i don't know if this is the correct place to ask for this, but couldn;t find an appropriate greaemonkey forum anywhere. I got a feature request that would make me very happy. Would it be possible to have the userscripts you have installed dragable and reorderable in the preferences window? Imagine like you can bookmarks in the bookmarks drop down menu in firefox. This would help me alot as I like to have some active and some inactive and toggle the inactive ones on only when I need them, so prefer these at the botom of the list (and laos having site specific ones next to each other in the list) I'm a anal like that :)<BR/><BR/>thankspupilhttp://www.pupilar.comnoreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1154092679292947202006-07-28T06:17:00.000-07:002006-07-28T06:17:00.000-07:00Translate the files in: <profile directory>\\exten...Translate the files in:<BR/> <A HREF="http://kb.mozillazine.org/Profile_folder#Where_is_my_profile_folder.3F" REL="nofollow">&lt;profile directory&gt;</A>\<BR/>\extensions\{e4a8a97b-f2ed-450b-b12d-ee082ba24781}\\<BR/>chrome\chromeFiles\locale\en-US to your language, then post them to the <A HREF="http://greasemonkey.mozdev.org/list.html" REL="nofollow">mailing list</A>.Jeremy Dunckhttp://www.blogger.com/profile/00539478892335210132noreply@blogger.comtag:blogger.com,1999:blog-11645460.post-1154080447309979342006-07-28T02:54:00.000-07:002006-07-28T02:54:00.000-07:00How I can help you with translation to Ukrainian?How I can help you with translation to Ukrainian?didaiohttp://didaio.livejournal.comnoreply@blogger.com