Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
2
pomdtr avatar

the dontList array only make sense for your account. I filter like this:

if (val.privacy != "public") { return false }

const {owner: me} = extractValInfo(import.meta.url) if (val.owner != me) { return true }

const ignored = ["vtIdeaAggregator", "vtIdeasTemplate", "findIdeaLists"] return !ignored.includes(val.name)

nbbaier avatar

Thanks!

Updated: December 10, 2023