@JSCraftCamp Or unique: [...new
Set([...document.querySelectorAll('.card-tags-container')].map(n =>
n.innerText).filter(t => t).join(' ').split(' ').sort().map(t =>
t.toLowerCase()))].join(' ')
A static archive of Markus Tacker's tweets. Follow me on Mastodon: @[email protected].
@JSCraftCamp Or unique: [...new
Set([...document.querySelectorAll('.card-tags-container')].map(n =>
n.innerText).filter(t => t).join(' ').split(' ').sort().map(t =>
t.toLowerCase()))].join(' ')