Update formatting
This commit is contained in:
parent
2cf790f359
commit
7753da98e3
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
## The Bookmarklet Code
|
## The Bookmarklet Code
|
||||||
|
|
||||||
Name: Share on Matrix
|
Name: Share on Matrix
|
||||||
Code:
|
Code:
|
||||||
```javascript
|
```javascript
|
||||||
javascript:(function() { window.open('https://matrix.gvid.tv/submit/link?title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(document.URL), '_blank'); })();
|
javascript:(function() { window.open('https://matrix.gvid.tv/submit/link?title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(document.URL), '_blank'); })();
|
||||||
|
|
Loading…
Reference in New Issue