From 2cf790f3599a89888fd0ea77833565c52804271e Mon Sep 17 00:00:00 2001 From: x0x7 Date: Tue, 26 Mar 2024 15:59:27 -0400 Subject: [PATCH] Update formatting --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'); })(); ```