Soooooooooooooooo how do I search for toots chronologically and/or by author...?
Conversation
Notices
-
Xerz 💗 [UNMOVED] (espectalll@mstdn.io)'s status on Wednesday, 30-May-2018 21:35:30 UTC
Xerz 💗 [UNMOVED]
-
Xerz 💗 [UNMOVED] (espectalll@mstdn.io)'s status on Wednesday, 30-May-2018 22:56:13 UTC
Xerz 💗 [UNMOVED]
I was obsessed with looking up this that I ended up opening the profile, doing the following JS script and waiting an hour for it to reach to the point I wanted to get at.
setInterval (() => {
if (document.body.scrollHeight - document.body.scrollTop !== document.body.clientHeight) {
var scrollingElement = (document.scrollingElement || document.body);
scrollingElement.scrollTop = scrollingElement.scrollHeight;
}
}, 100 ) -
Xerz 💗 [UNMOVED] (espectalll@mstdn.io)'s status on Wednesday, 30-May-2018 22:57:16 UTC
Xerz 💗 [UNMOVED]
Eventually I almost ran out of RAM (8 GB + 8 GB of swap) and it lagged a lot but I got where I wanted so it was worth it~
-
Xerz 💗 [UNMOVED] (espectalll@mstdn.io)'s status on Wednesday, 30-May-2018 22:57:33 UTC
Xerz 💗 [UNMOVED]
I was SO obsessed with looking up this that I ended up opening the profile, doing the following JS script and waiting an hour for it to reach to the point I wanted to get at.
setInterval (() => {
if (document.body.scrollHeight - document.body.scrollTop !== document.body.clientHeight) {
var scrollingElement = (document.scrollingElement || document.body);
scrollingElement.scrollTop = scrollingElement.scrollHeight;
}
}, 100 ) -
Xerz 💗 [UNMOVED] (espectalll@mstdn.io)'s status on Wednesday, 30-May-2018 22:57:49 UTC
Xerz 💗 [UNMOVED]
Eventually I almost ran out of RAM (8 GB + 8 GB of swap) and it lagged a lot but I got where I wanted so it was worth it~
-