Hi @lpb,
As for “Load more subtasks”, I’m a big fan of Asana Load More as you proposed:
We could add lines to the bookmarklet:
const loadMore = document.querySelector('.SubtaskGrid-loadMore');
if (loadMore) loadMore.click();
but for subtasks, I’m satisfied with the automatic loading by the Chrome extension ![]()