A bookmarklet for fast sharing on matrix
Go to file
x0x7 681ace0565 Add Extension File 2024-03-26 15:46:24 -04:00
ShareOnMatrix.zip Add Extension File 2024-03-26 15:46:24 -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'); })();