You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a fun thing to set up for devs, to execute certain commands via the Javascript console. For example:
nosta.connect(relayURL) nosta.zap(1000) nosta.setTheme(themeName) nosta.profile(npub) // Look up a profile nosta.reconnect() // Reconnect to all disconnected relays
Maybe there could be an easter egg in there as well.
It's basically a way to interact with the site for more technical people and can include some more advanced features and tools that might be interesting for them. Could also help me during development.
The text was updated successfully, but these errors were encountered:
This is more of a fun thing to set up for devs, to execute certain commands via the Javascript console. For example:
nosta.connect(relayURL)
nosta.zap(1000)
nosta.setTheme(themeName)
nosta.profile(npub)
// Look up a profilenosta.reconnect()
// Reconnect to all disconnected relaysMaybe there could be an easter egg in there as well.
It's basically a way to interact with the site for more technical people and can include some more advanced features and tools that might be interesting for them. Could also help me during development.
The text was updated successfully, but these errors were encountered: