Last active
March 28, 2018 10:17
-
-
Save jedie/f92a44cc2c0a0100e793934f241e827b to your computer and use it in GitHub Desktop.
friendica bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:void(window.open('https://<friendica-server>/bookmarklet?jump=doclose&url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title),'friendica','location=yes,links=no,scrollbars=no,toolbar=no,width=620,height=250')) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace
<friendica-server>with your used friendica server address ;)