Forking what is left of ZeroNet and hopefully adding an AT Proto Frontend/Proxy
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 3 lines 114 B view raw
1window.$ = (selector) -> 2 if selector.startsWith("#") 3 return document.getElementById(selector.replace("#", ""))