Home

Awesome

danmakustr - decentralized danmaku extension

中文文档

a chrome extension for danmaku based on the nostr protocol, supporting YouTube

Since there are not many users at the moment, there are also few danmakus. So I made a simple web page to display all the danmakus, making it easier for everyone to see other people's danmakus. If you find any danmaku interesting, you can click to jump to the corresponding video and reply using this extension.

Screenshot

screenshot

Install

Install from Chrome Web Store

Chrome Web Store

Install from source

  1. clone this repo and cd into it
git clone https://github.com/CodyTseng/danmakustr.git
cd danmakustr
  1. install dependencies and build
npm install
npm run build
  1. open chrome and go to chrome://extensions/
  2. nable developer mode
  3. click Load unpacked extension
  4. select the build folder
  5. open YouTube and send your first nostr danmaku!

Relay

Relay is a service for storing and propagating nostr events, each danmaku is a nostr event. If you want to save and propagate danmaku by yourself, you can run a relay by yourself. Here are my two relay implementations:

There are many other relay implementations in the nostr community.

TODO

Donate

If you like this project, you can buy me a coffee :) ⚡️ codytseng@getalby.com ⚡️

License

MIT