Comments by Johnny Bravo on scripts
11 comments
|
Comment on: |
Added "rank" images |
|
Comment on: |
All hail the new meat sack |
|
Comment on: |
This script rocks. |
|
Comment on: |
I have code that works in FX1.5/GM0.6.4 ... not sure how to send it to the author of this script ... so, I've put it up here ... http://userscripts.org/scripts/show/2367 |
|
Comment on: |
Great script, I love it |
|
Comment on: |
thanks ... but where is GM 0.6.4??? ;) I have noticed new Image() breaks GM, but that's about the only REAL change I can see in the code ... (besides getting rid of the EventManager stuff - an attempt to minimize EventListener memory leakage - which worked well in GM 0.3.3) |
|
Comment on: |
dexter, I've seen it happen on occaision, unfortunately, I haven't been able to track a cause ... other scripts and real world getting in the way ;-) ... but I am looking into it |
|
Comment on: |
Robert, regarding the second suggestion, I COULD set the height for each row to 80px (plus), however, some thumbs are considerably less than 80px high, so those rows would look odd with the shorter thumb in them - I'll have a play with it, see if it's too annoying, and may make it a config option As far as the first point. I've never come across that format url for ebay, however, I've only looked in Australia, US, UK and Germany. I'll update it shortly, but, which country uses that format? |
|
Comment on: |
re maximum height, it should now limit the height, currently the limit is the same as the width, that is, 80px on my system. I don't know if eBay show different sized thumbs for different screen resolutions, however, the script limits image size based on the width of the containing cell, so any changes by eBay wont break the script. |
|
Comment on: |
the script does work in GM 0.5+ as the GM_xmlhttpRequest API is back in that version. |
|
Comment on: |
The description may be a bit vague. Basically, in an ebay search result, the script will replace the little green camera with a thumbnail size version of the main listing pic - if it has one. Works in GM 0.3.3, but will NOT work in GM 0.3.5 due to the removal of GM_xmlhttpRequest function |
