Comments by Kite on scripts
11 comments
|
Comment on: |
dpfox - Adding a delay is possible, but complicated. Here's a much simpler solution:
|
|
Comment on: |
I just fixed a few bugs - it now can tell the difference between a colon & a semicolon! |
|
Comment on: |
I just fixed a bug where the last image on the line would sometimes jump to the next line when blown up. This would remove it from under the cursor, making it shrink down again. Very annoying. Is this what you were talking about, dpfox?
|
|
Comment on: |
Sure, macm, go for it! |
|
Comment on: |
Since Jeffrey doesn't seem to be updating his wonderful script, I posted my bug fixes & improvements, plus the Canadian fix (thanks Rich!) as a new script, "Craigslist image preview 2". It now filters out tiny images, and enlarges the thumbnails on mouseover. |
|
Comment on: |
This is a reworking of "Craigslist image preview" by Jeffrey Palm.
|
|
Comment on: |
Updated to automatically add captions to thumbnails showing the date & size of the pictures. This feature can be turned off if you have a slow internet connection. |
|
Comment on: |
This script replaces & greatly expands yahoo groups photo sorter & cleaner (userscripts.org/scripts/show/20157). It adds file sorting and filtering. Works well with BatchDownload. You can customize it by setting some variables in lines 10-15. |
|
Comment on: |
Bug fix #1 (missing thumbnails):
line 71, change (/img src=\"([^\"]+)\"/gi)) to
line 84 & 85 change to: Bug fix #2 (small pics blown up):
Improvement #1 (small-pics clutter):
Improvement #2 (enlarge thumbnail on mouseover):
(100 is an arbitrary large number that sets the size ceiling high enough to not squash any pics.) |
|
Comment on: |
This script is out of date, but if you change textareas[49] to textareas[299], etc., it will work. |
|
Comment on: |
Works great! One little quibble, some people put tiny images in their ads, which get blown up huge & get in the way. This problem can be fixed by adding an if statement around the resizing code, like so: if (img.height > size) {
(First and last lines are new code). It needs to be done in both newFunction and changeSizes. I tested it, seeemed to work, but was a little buggy in the changeSizes function. I'm new to javascript, so I probably missed something... |
