posts might appear more nicely below "organisations"

#17
by Tonic - opened
Social Post Explorers org

posts might appear more nicely below "organisations" rather than supplanting the current layout that highlights papers, code and datasets (which i like) , plus that left collumn gets empty if you use huggingface too much like me :-)
image.png

Social Post Explorers org

hehe @victor

Social Post Explorers org
โ€ข
edited Jan 18

Do you mean something like this @Tonic ?

Social Post Explorers org

Try this userscript:

if (document.body.querySelector('.user-activity-feed div h3 span').textContent == 'Posts') {document.body.querySelectorAll('section')[0].appendChild(document.body.querySelector('.user-activity-feed div'))}

Sign up or log in to comment