|
|
|
|
|
by ewfwrfw
3774 days ago
|
|
I inserted some JS code via the console that scrolls to the bottom of the page whenever the 'collection-assets' div changed, waited, ran observer.disconnect() as my browser was crashing to a halt, and then saved the HTML and combed through it with regexes. var target = document.querySelector('.collection-assets');
var observer = new MutationObserver(function() {
window.scrollTo(0,document.body.scrollHeight);
});
var config = { childList: true };
observer.observe(target, config);
|
|
https://color.adobe.com/api/v2/themes?filter=public&startInd...