This presupposes that you're using Firefox 1.5, Greasemonkey (I have 0.6.5), that Greasemonkey is active (there should be a smiling monkey at the right-hand side of the Firefox status bar) and obviously that the script is installed. Confirm the latter by right-clicking the monkey when on the community page - the script should be listed.
If you have all this and it still doesn't work, I've no idea what the issue is. It works fine for me as well as for some friends who use the script.
If you only preview the first image (this is the default setting), then it's displayed only small enough to fit nicely in layouts such as Generator - but it's not intended to by thumbnail-sized. If you've configured the script to preview all images from a cut, they are displayed very small, though (as in my screenshot in the post above).
Toggling between previewing the first image or all images is done in Tools > User Script Commands.
If you want to change the size values:
Tools > Manage User Scripts, select the script, click Edit, change the max-height and max-width values in these lines:
The first of those lines sets the maximum size when you only preview the first image (default settings). The second last sets the maximum size when you preview all images.
Comments 25
I'll have to see if I can get that to work. :D
Reply
The previewed images are the true full-sized image scaled down or actual icons created for display?
Either way, it seems like the full pic would need to be downloaded anyways but curious.
Reply
Reply
Reply
Reply
Reply
Edited.
Reply
Reply
This presupposes that you're using Firefox 1.5, Greasemonkey (I have 0.6.5), that Greasemonkey is active (there should be a smiling monkey at the right-hand side of the Firefox status bar) and obviously that the script is installed. Confirm the latter by right-clicking the monkey when on the community page - the script should be listed.
If you have all this and it still doesn't work, I've no idea what the issue is. It works fine for me as well as for some friends who use the script.
Reply
Reply
Toggling between previewing the first image or all images is done in Tools > User Script Commands.
If you want to change the size values:
Tools > Manage User Scripts, select the script, click Edit, change the max-height and max-width values in these lines:
" p.GM_cutPreview img { max-width:580px; max-height:500px; border: 2px dashed #000; } " +
" p.GM_cutPreviewMany img { max-width:100px; max-height:100px; margin:5px; } " +
The first of those lines sets the maximum size when you only preview the first image (default settings). The second last sets the maximum size when you preview all images.
Reply
Reply
Reply
Leave a comment