Comments by Blake West on scripts

18 comments

Comment on:
del.icio.us delete now

Aug 19, 2008

I'm not so sure I'm going to be able to figure this one out. I can't seem to find the code that causes the verification question to appear. I'll keep trying, though.

Comment on:
George W. Bush Renamer

Jul 15, 2008

Still awesome!

Comment on:
fullimagesonemanga

Apr 5, 2008

I had to change line 36 to the following to get the script to work:

a=as[5];//es el que contiene el vinculo a la pagina sigiente

Comment on:
flickr add flickleech link

Jan 20, 2008

The problem described by @decembre should now be fixed.

Comment on:
fullimagesonemanga

Dec 29, 2007

This script is a nice Christmas present. Thanks much!

Comment on:
Google More Links

May 18, 2007

The Include on the script ought to include https://*.google.com/* so it will work on the secure things like gmail. Great script!

Comment on:
Mailto Compose In GMail (with choice)

Nov 20, 2006

I made a couple small edits to my copy of the script that move the gmail icon to the right of the mailto: link and also open the compose window as a popup that will auto-close after you click send.

I modified these two lines in the script...
eval("gmailIcon.addEventListener('click', function() { GM_openInTab(" + emailUrlVarName + "); return false; }, true);");
mailtoLink.parentNode.insertBefore(gmailIcon, mailtoLink);

...to look like this...
eval("gmailIcon.addEventListener('click', function() { window.open(" + emailUrlVarName + ", \'gmail\',\'width=600,height=700\'); return false; }, true);");
mailtoLink.parentNode.insertBefore(gmailIcon, mailtoLink.nextSibling);
gmailIcon.parentNode.insertBefore(document.createTextNode(' '),gmailIcon);

Thanks for the script, cigno5.5! Just what I needed at work.

Comment on:
Flickr Keyboard Navigation

May 13, 2006

Great script! Thanks.

Comment on:
Google Reader Slideshow

Apr 14, 2006

Updated for new Google Reader version with sharing. Removed the keyboard shortcut. It caused a conflict with a native Reader shortcut.

Comment on:
Del.icio.us alpha sort (deprecated)

Apr 14, 2006

Boy, I just saw this comment today. 1. Yes I can implement persistence of the sort setting on del.icio.us. 2. It looks like the script is breaking the del.icio.us page. Gotta fix that. 3. I don't know if there is any way to apply a GM script to an RSS feed. There may be a website/RSS service that will consume the del.icio.us feed and then give you a new URL for the sorted feed.

Check back in a week for a script update.

Comment on:
Ad Blocker

Mar 10, 2006

With Gmail crashing Firefox if either of the adblock extensions are installed, this script is really picking up the slack. Thanks Mysteriously Unknown!!

Comment on:
Jasper's Google Reader subscribe

Feb 24, 2006

I use this script all the time. Perfect UI. Thanks!

Comment on:
Jasper's Google Reader subscribe

Jan 25, 2006

I really like this version of the script. The standard feed icon hardly ever intrudes into a page layout. Thanks!!

Comment on:
Del.icio.us archive item

Jan 23, 2006

Very nice script. Thanks!

Should have said before that I like the inside scrolling pannel better than my method. More elegant hack ;-)

Wow, I wrote a script that add exactly the same functionality, except instead of placing the images in a seperate scrolling section, I just repeated the name and address info throughout the page.

Another nice addition is turning the address into a link to a maps page of the listed address so you can quickly comapre the aerial view to the street level view. I like the Google maps with hybrid view turned on... http://maps.google.com/maps?t=h&q=<urlencoded></urlencoded>

Comment on:
Gmail - deBillIfier

Sep 13, 2005

Source listed here is incorrect. Points to the greasemonkey mailing list on mozdev. Should point to http://axlotl.net/greasemonkey/debillifier.user.js

Comment on:
George W. Bush Renamer

Aug 10, 2005

I love this script!!