Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
It would be AWESOME if you could add a feature like the MySpace Style remover script, where when you load the gallery there is a button in the corner that allows you to activate the script... It would make navigating faster when you dont wanna view a whole gallery this way... Nice script! |
|
|
Thanks deltantor. Good suggestion. I've updated the script to page galleries with over 100 pictures. Paging can be disabled as documented in the script. |
|
|
Great, but only one thing in galleries that have MANY images (250+) it causes firefox to use up a lot of ram (with a 400 image gallery it will jump up to 600 + MB ram usage for me) I think it should split it into pages of 100-200 images each With 100 each it doesnt use up that much extra ram and with 200 each it will jump up by 100+MB in ram usage |
|
|
Hmm, what fails? There is javascript for moving from thumbs to/from images, but it should still display ok without the script. All else fails, make it an exception in noscript (if possible). |
|
|
script works well, except for one issue. it does not play nice with the "noscript" extension for firefox. essentially, when scripts are disabled for imagefap, your script no longer functions. i'm not a coder, so i'm not sure how this can be bypassed, but i just thought i would alert you to the issue since i know many people utilize "noscript." |
|
|
Sweetness. I'll ammend the script accordingly. This should eliminate the memory overhead of larger galleries. Thanks whitewaterfap. |
|
|
interesting for you to know to maybe simplify your script: (I think this will help at least) (I've never scripted in greasemonkey so I'm making an assumption here.) If you where to go to gallery such as
if you add "&view=2" at the end of the line (or change "&view=X" too "&view=2" if it's already in the line) you get a simple view of the entire gallery with all thumbnails on ONE page, so your script wont have to click through each page individually to parse the links. Tell me if I'm wrong. Sorry if this was not helpful. example below:
|