- Go to coracle.social
- Make sure you're logged in
- Right click anywhere and select "inspect element"
- Click on "console"
- Update the message below, then paste it into the console and hit enter
```
content = "Hello hell thread"
createAndPublish({kind: 1, content, tags: Array.from(get(userFollows)).map(p => ["p", p]), relays: getWriteRelayUrls(get(userRelaySelections))})
```