Update formatting

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

View File

@ -1,8 +1,10 @@
# Share on Matrix bookmarklet
## The Code
## The Bookmarklet Code
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'); })();
```