diff --git a/Example.png b/Example.png deleted file mode 100644 index c4a5aaa..0000000 Binary files a/Example.png and /dev/null differ diff --git a/README.md b/README.md index 6ee29b7..bf0ef96 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,13 @@ This is an anonymous chat browser extension that is decentralized and serverless The aim is to add chat room functionality to any website, enabling real-time messaging anytime, anywhere. -### Example +### Video + + + +https://github.com/user-attachments/assets/34890975-5926-4e38-9a5f-34a28e17ff36 + -![Example](https://github.com/molvqingtai/WebChat/blob/master/src/Example.png) ### Standing on the Shoulders of Giants diff --git a/src/app/content/index.tsx b/src/app/content/index.tsx index 3918ef3..84edba5 100644 --- a/src/app/content/index.tsx +++ b/src/app/content/index.tsx @@ -32,6 +32,7 @@ export default defineContentScript({ anchor: 'body', append: 'last', mode: 'open', + isolateEvents: ['keyup', 'keydown', 'keypress'], onMount: (container) => { const app = createElement('
') container.append(app)