Create README.md

This commit is contained in:
x0x7 2024-03-26 15:42:50 -04:00
commit 8adbbae707
1 changed files with 6 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# Share on Matrix bookmarklet
```javascript
javascript:(function() { window.open('https://matrix.gvid.tv/submit/link?title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(document.URL), '_blank'); })();
```