Comments by FF3user on scripts
12 comments
|
Comment on: |
I have found a bug:
|
|
Comment on: |
// Set to false if you don't want the link to switch back to msplinks var switch_on_click = true; Can you please explain that function a bit better? What does it mean/do? Can you be more specific? give a example? A specific situation with the option toggled to true vs false? I don't see any difference when hovering/clicking a msplink with that option set to true vs false... Please explain :) |
|
Comment on: |
Screenshots of how it looks on testpage: http://www.shmoocon.org/2007/videos/ :
|
|
Comment on: |
Hey...
And what is the difference between your script and this script: http://userscripts.org/scripts/show/26175 'Secure GMail'? Also: Why doesn't Gmail do this by default? Why not use https all the time? there must be a reason? |
|
Comment on: |
What difference does it do, having 'window' in the code like your script does?:
|
|
Comment on: |
Hey...
@other users:
|
|
Comment on: |
Could you give an example of such a popup? A site url on where such a popup was linked to? |
|
Comment on: |
Please explain how to use it. I can't seem to figure it out.
|
|
Comment on: |
This script definitely does make the userscript links stand out, making them easier and quicker to locate on a site (Thumbs up :)).
I experimented a bit, and found out this is how to do if you wanna have it look like in the author screenshot:
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: |
Nice, thanks for the update!
|
|
Comment on: |
Great... Works with FF3 Beta 4 (I use Portable) You might wanna add http://www.songmeanings.net/ to it as well?
I realize though, that we could reach a point where to many search engines is available.. |
|
Comment on: |
Great... Works with FF3 Beta 4 (I use Portable) Nice script... just tried it on: http://www.miniclip.com/games/bubble-trouble/en/ Would be great though if a more general script could be done, that supported more sites.
|
