Comments by LouCypher on scripts

104 comments

Comment on:
GlitchMonkey

Aug 5, 2008

WOW! Cool!

@vOidSenses: why not add it to Monkey menu with GM_registerMenuCommand?

Comment on:
Identica Reply

Jul 9, 2008

It was fun while it last : )

Comment on:
Identica Reply

Jul 8, 2008

Brad, I've fixed your script, please update it. See your post at FriendFeed.

Comment on:
Better FriendFeed "subscribed to me"

Jun 30, 2008

Nice one. I added you.

Comment on:
MozillaZine Forums - Find user posts

Jun 25, 2008

No. I WAS the culprit. It's updated now.

Comment on:
MozillaZine Forums - Find user posts

Jun 25, 2008

I'm on a super lazy state at the moment.

Comment on:
User Script Icon

May 30, 2008

FF3B5tester wrote:

However the script will NOT make the links look like they to in the screenshot.

You're right. I modified the script but forgot to change the screenshot. I use your screenshot now. Thanks.

FF3B5tester wrote:

I would like though to see how it would look with the monkey icon to the right

link.style.backgroundPosition = 'right center';
link.style.paddingLeft = '.5em';
link.style.paddingRight = '14px';

However, this will make the icon attached to the right, so you have to replace it with a new image (with 2 blank pixels on the right)

link.style.backgroundImage = 'url(data:image/png;base64,\
iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAAFXRFWHRDcmVhdGlvbiBU\
aW1lAAfVCAoDCCj7wfNCAAAAB3RJTUUH2AUfAwIFsjnUDwAAAAlwSFlzAAAK8AAACvAB\
Qqw0mAAAAwBQTFRF////JSAiJyEkWE1Ve2JifWVldmlwe2tymjQAmzcAnDcAnzwAoT8A\
qDoAqTwApUkOrEUArEgAsUYAtUwAq1ctrVkzrFo0vmo4gmtqunldvXxixFAAxFEAz1UA\
z1YA0VcA0lYA1l0H3mkbwXFDzXpLzXtLkH2J64VH7odMnoqVr42PtJKRvJmYv6WwwJyb\
yKOk2bGz27W23rW08qaI/ayH/7WP4re2972v/8Ct/8W59MbF/8rA/8vA+MnI/9XB/9HN\
/9fU/9rX/+Ti/+Xr/+nu/+ny/+34//Hz//L0//D8AAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\
AAAAAAAAAAAAAAAAAAAAHmd/RAAAAAF0Uk5TAEDm2GYAAABrSURBVHjaY2BgYOCWluFm\
gAIhVR4uFWEIW8zGzd7c01IKxFYQdNU2MNRyEZAFcuQ5nRhZWZgcOeRAUrzi7vp6Hsp8\
YD3Gzg5mRo7O1mCOqZqEla0Osx2YI2Kiy8auacEPMVtSUV1DSRTEAgCzKQsdIBABGQAA\
AABJRU5ErkJggg==)';
link.style.backgroundPosition = 'right center';
link.style.paddingLeft = '.5em';

and change the right padding to 16 pixels instead of 14

link.style.paddingRight = '16px';

Comment on:
AMO to FoxieWire

May 4, 2008

"crash" is... well.. not a good name?!?

Why not?

Comment on:
AMO: Better Layout

Apr 11, 2008

@jfty: see this thread.

@avada: AMO no longer has discussion page for add-ons.

Comment on:
AMO: Better Layout

Apr 9, 2008

Done!

Comment on:
AMO: Better Layout

Apr 9, 2008

jfty, that's a good idea :-)

Added to my faves for those line numbers.

Fixed! Thanks, simon!

Comment on:
Plain Text Password

Feb 13, 2008

userscripts.org/scripts/show/695.

Comment on:
Password Viewer

Feb 13, 2008

userscripts.org/scripts/show/1893.

Comment on:
Flickr Smiley

Feb 11, 2008

:O

Comment on:
Force Wrap

Jan 28, 2008

@lootpacker: you're just two and a half years late.

Comment on:
Download Axialis Stuff

Jan 18, 2008

This reminds me of Lickr. Speaking of the power of Greasemonkey.

BlindWanderer, thanks a lot : )
Apparently, the readCookie function was from steeev's Multi Group Sender, not from Flickr.

Comment on:
Google Image Type Recognition

Jan 3, 2008

Thanks again, Ed.

Comment on:
Google Image Type Recognition

Jan 2, 2008

Thanks Edward. I didn't know you can search for images from other Google sub-domain. I didn't add http://google.*/images?* to @include though, because it will redirect you to www anyway.

Comment on:
Flickr disable/enable photo notes

Dec 28, 2007

Good work, Ed. I love it.

Comment on:
Show Password on Click

Nov 9, 2007

See also:

Comment on:
Superior Searching

Oct 21, 2007

Good work! Thanks, Jesse.
monkey dancemonkey dancemonkey dance

Comment on:
Force Wrap

Oct 19, 2007

@dhongi: Yes, it can. Just change line 17
from

  } else if(n.tagName != 'STYLE' && n.tagName != 'SCRIPT' && n.tagName != 'PRE') {

to
  } else if(n.tagName != 'STYLE' && n.tagName != 'SCRIPT') {