Update formatting

This commit is contained in:
x0x7 2024-03-26 15:59:45 -04:00
parent 2cf790f359
commit 7753da98e3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
## The Bookmarklet Code
Name: Share on Matrix
Name: Share on Matrix
Code:
```javascript
javascript:(function() { window.open('https://matrix.gvid.tv/submit/link?title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(document.URL), '_blank'); })();