Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Everyone remembers this large image.
It took me one hour. I was going to every page selecting all posts (1204x1301 pixels)...
I want to know if there is a way faster?
The image size is around 15000 x exactly 1024 pixels, and.... that is offtopic a bit...
Help me!
So, you want numbers on each line, + line colors for non-members?
Brb
EDIT: Do you also need the whole data at once?
Offline
Offline
Hi again. Had stuff to do, but here you go:
Execute this on the page with the user list, either by pasting it in the console, or using some browser add-on such as Greasemonkey, for example. Uncomment the first line in the case of a browser extension, because the script uses jQuery.
EDIT: It only works page by page, so I wish you good luck if you intend to do so with all results. Unless you somehow convince Diff to get you the whole list nicely on one page.
Offline
Well... You could probably have a javascript thing that loads the HTML of all the pages fairly easily, then you could just put the part which represents the list one after another, load it as a webpage (using css and maybe some more javascript for the highlighting), then use the thing gosha suggested:
I might do it for you some time if I have nothing better to do, otherwise someone else might be able to do it (or you if you know some javascript)
I dont think the post or topic count things would affect the number of users, so im guessing that that^ would be the fastest way
Offline
You could probably have a javascript thing that loads the HTML of all the pages fairly easily
I agree with that. Straightforward for the most part.
then you could just put the part which represents the list one after another
That requires parsing the HTML within JavaScript (Because the API is disabled IIRC). This is the part I don't like. And then putting the relevant bits in the current page. Not to mention loading 48 pages is going to take some time.
Oh well, I have some spare time right now, so I'm going to do it anyway. Nvm I'm tired and going to bed, maybe tomorrow.
Offline
destroyer123 wrote:then you could just put the part which represents the list one after another
That requires parsing the HTML within JavaScript (Because the API is disabled IIRC). This is the part I don't like. And then putting the relevant bits in the current page. Not to mention loading 48 pages is going to take some time.
Oh well, I have some spare time right now, so I'm going to do it anyway. Nvm I'm tired and going to bed, maybe tomorrow.
If there isn't any way to do it directly through JS, you could add / remove it from the page which is currently loading. Then the HTML would be parsed by the browser, and could just be removed after its used
Edit: just googled it and you don't need to add it to the page, just create an HTML DOM element, then set the innerHTML as the page you want to be parsed
Offline
Pages: 1
[ Started around 1739279758.6572 - Generated in 0.054 seconds, 13 queries executed - Memory usage: 1.47 MiB (Peak: 1.6 MiB) ]