commit 8adbbae70747c9983bf8ac5b97c097282442aed0 Author: x0x7 Date: Tue Mar 26 15:42:50 2024 -0400 Create README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..27da06b --- /dev/null +++ b/README.md @@ -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'); })(); +``` \ No newline at end of file