diff --git a/README.md b/README.md index cc35aa8..e201c0c 100644 --- a/README.md +++ b/README.md @@ -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'); })(); ```