Comments by LouCypher on scripts
104 comments
|
Comment on: |
WOW! Cool! @vOidSenses: why not add it to Monkey menu with |
|
Comment on: |
It was fun while it last : ) |
|
Comment on: |
Brad, I've fixed your script, please update it. See your post at FriendFeed. |
|
Comment on: |
Nice one. I added you. |
|
Comment on: |
No. I WAS the culprit. It's updated now. |
|
Comment on: |
I'm on a super lazy state at the moment. |
|
Comment on: |
You're right. I modified the script but forgot to change the screenshot. I use your screenshot now. Thanks.
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: |
Why not? |
|
Comment on: |
@jfty: see this thread. @avada: AMO no longer has discussion page for add-ons. |
|
Comment on: |
Done! |
|
Comment on: |
jfty, that's a good idea :-) |
|
Comment on: |
Added to my faves for those line numbers. |
|
Comment on: |
Fixed! Thanks, simon! |
|
Comment on: |
|
|
Comment on: |
|
|
Comment on: |
|
|
Comment on: |
@lootpacker: you're just two and a half years late. |
|
Comment on: |
This reminds me of Lickr. Speaking of the power of Greasemonkey. |
|
Comment on: |
BlindWanderer, thanks a lot : ) |
|
Comment on: |
Thanks again, Ed. |
|
Comment on: |
Thanks Edward. I didn't know you can search for images from other Google sub-domain. I didn't add |
|
Comment on: |
Good work, Ed. I love it. |
|
Comment on: |
See also: |
|
Comment on: |
Good work! Thanks, Jesse.
|
|
Comment on: |
@dhongi: Yes, it can. Just change line 17
} else if(n.tagName != 'STYLE' && n.tagName != 'SCRIPT' && n.tagName != 'PRE') {
to } else if(n.tagName != 'STYLE' && n.tagName != 'SCRIPT') {
|

