Comments by Mike Cunneen on scripts
1 comment
|
Comment on: |
Here is a hacked source to open a gmail compose window, as requested. YMMV.
//Super fast recursive lookup if it is a mailto: link
window.addEventListener("click",function(e) {
|
