A bookmarklet for fast sharing on matrix
Go to file
x0x7 8adbbae707 Create README.md 2024-03-26 15:42:50 -04:00
README.md Create README.md 2024-03-26 15:42:50 -04:00

README.md

Share on Matrix bookmarklet

javascript:(function() { window.open('https://matrix.gvid.tv/submit/link?title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(document.URL), '_blank'); })();