Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Everytime I click "install this script" it blows away all the exceptions I add to the script. Is there a way to update a script without blowing away the exceptions? Other than cut-and-paste, I mean. |
|
|
Good catch nazgullien and jdub! I have fixed the source. :-) |
|
|
@nazgullien: Change line 293 to read: var email = el.href.replace(/^mailto:/, '').replace(/\?.*$/, ''), @docwhat: Please consider the above for inclusion in future versions of this script. :-) |
|
|
Hi ! Nice idea !
?subject=[...]parameters, the md5sum computing includes ?subject=[...]and is erroenous. example found : <a href="mailto:contact@site.com?subject=Contact"> Bye ! |
|
|
esquifit: I didn't realize that GM had a storage mechanism. I was caching in-page, but not across pages. Nifty! Thanks for telling me. I'm not sure storing images is worth it. :-/ I'll think about. This was actually written as a proof of concept for an "add gravatars" Bugzilla extension. I realized this could work pretty much anywhere and so I made a few tiny changes and submitted it here. Ciao! |
|
|
Nice idea. I have a couple of suggestions:
Incidentally this would be highly reusable code. Consider making a library (for caching serialized objects up to a given amount of time) now that GM supports it natively. |
|
|
I didn't add any include sites, since you will probably want to decide when you want it turned on. Works great for Bugzilla. |