Comments on LouCypher's Scripts

205 comments

Comment on userscripts.org - Script Page Links Addition made Aug 21, 2008:

simon!

01.gif

update... update... update...

Comment on digg.licio.us made Jul 22, 2008:

Charnita Fance

Very nice! Still works =)

@Binny - yours doesn't work anymore =(

Comment on User Script Icon made Jun 29, 2008:

Patty Borges

THAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANK you, loucypher.

I was dying to find this again. thanx thanx thanx

Comment on Userscripts.org Favicon made Jun 28, 2008:

crash (chipmark)

Thanks man! acorn16.png ` Chipmark.com Favicon

Comment on MozillaZine Forums - Find user posts made Jun 26, 2008:

frcan

I was hoping you would do it, but was not expecting it that fast. Thank you sooo much. It is appreciated :)

Comment on MozillaZine Forums - Find user posts made Jun 25, 2008:

LouCypher

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

Comment on MozillaZine Forums - Find user posts made Jun 25, 2008:

frcan

:( That's OK if you don't feel to. I'll keep watching for an update, just in case I would find a surprise :wink:

PS. Unless it's Firefox 3 the culprit.......

Comment on MozillaZine Forums - Find user posts made Jun 25, 2008:

LouCypher

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

Comment on MozillaZine Forums - Find user posts made Jun 25, 2008:

frcan

Is possible to update this script for it to work on the new phpBB MozillaZine? Would be great!

Comment on Google Harry made Jun 20, 2008:

simon!

Please add support for Google i&Search Dark + Enhancements v1.7.7

Thanks!

Comment on Google Link Preview made Jun 19, 2008:

mohammed

excellent script, one thing you should do is move the preview link next to the cache link and also the fame should be after the description and not between the title and the description. check out an example http://www.extremecorporate.net/search/index.ph...

Comment on AMO: Better Layout made Jun 18, 2008:

jfty.009260

The site has changed again. Please update this script.

Comment on Show Password onMouseOver made Jun 3, 2008:

CaCtUs2003

I love it!

Comment on User Script Icon made May 30, 2008:

LouCypher

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 User Script Icon made May 30, 2008:

FF3user

This script definitely does make the userscript links stand out, making them easier and quicker to locate on a site (Thumbs up :)).

However the script will NOT make the links look like they to in the screenshot. The script makes them look like this: http://img144.imageshack.us/img144/4116/uscript...

I experimented a bit, and found out this is how to do if you wanna have it look like in the author screenshot:

1. Delete the following part of the code (its in the bottom):


link.style.backgroundColor = 'buttonFace';
link.style.backgroundPosition = '2px center';
link.style.backgroundRepeat = 'no-repeat';
link.style.color = 'buttonText';
link.style.textDecoration = 'none';
link.style.paddingLeft = '14px';
link.style.paddingRight = '.5em';
link.style.border = '1px solid #aaa';
link.style.MozBorderRadius = '1em';


2. Replace it with this code:


link.style.backgroundPosition = '2px center';
link.style.backgroundRepeat = 'no-repeat';


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

link.style.MozBorderRadius = '1em';

... But actually I like the thing about adding some background color to it, making it stand more out. I modded the original code a bit, and come up with this (my favorite look/preferences ):


link.style.backgroundColor = '#CCC';
link.style.backgroundPosition = '2px center';
link.style.backgroundRepeat = 'no-repeat';


link.style.paddingLeft = '14px';
link.style.paddingRight = '.5em';
link.style.border = '1px solid #aaa';
link.style.MozBorderRadius = '1em';

I would like though to see how it would look with the monkey icon to the right, but couldn't figure out how to move it there (I'm not a pro at all unfortunately :(). Can you tell me how to do that :)?

P.S. its superb that an edit function has been added to userscripts.org :)!

Comment on NetError: Check your router made May 25, 2008:

K3rN3L

nice scipt

Comment on AMO to FoxieWire made May 5, 2008:

crash (chipmark)

Go to a forum... like http://userstyles.org/forum/

and search in the comments for "crash" (so you'll see where I'm mentioned there)

results...

s.o. wrote: I just found a bug with Stylish version (X) and it's crashing when you...

See what I'm talking about :P

For instance, your name is rocking!!

Louis + Lucifer = LouCypher

and it's very easy to find you: google; yahoo

Comment on AMO to FoxieWire made May 4, 2008:

LouCypher

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

Why not?

Comment on AMO to FoxieWire made May 4, 2008:

crash (chipmark)

very cool (not that I'm using it lol)

I really like to register to FoxieWire, but I can't think of a cool nickname... "crash" is... well.. not a good name?!?

gimme a name, and I'm going in to FoxieWire :D

Comment on AMO: Better Layout made Apr 11, 2008:

jfty.009260

Hmm now I'm not sure how to block that certain js...mind if you elaborate a bit? Thanks.

Edit: Never mind, figured out how.

Comment on AMO: Better Layout made Apr 11, 2008:

avada

@LouCypher:

They're still there. But there isn't a link to them anywhere, and you can't add anything.

https://addons.mozilla.org/en-US/firefox/discus... of the addon]

e.g.:

adblock plus: https://addons.mozilla.org/en-US/firefox/addon/...

Adblock plus discussions: https://addons.mozilla.org/en-US/firefox/discus...

Comment on AMO: Better Layout made Apr 11, 2008:

jfty.009260

Good thing I decided to install AdBlock plus just now...thanks, LouCypher.

Comment on AMO: Better Layout made Apr 11, 2008:

LouCypher

@jfty: see this thread.

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

Comment on AMO: Better Layout made Apr 11, 2008:

avada

Hi!

I think it would be a good idea to add a link to the discussions page of the addons.

Comment on AMO: Better Layout made Apr 10, 2008:

jfty.009260

Would it also be possible to automatically check the 'show experimental add-ons' checkbox? (Sorry if I'm asking too much XP)