Update formatting
This commit is contained in:
parent
a1273abf10
commit
2cf790f359
|
@ -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'); })();
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue