Skip to content

Instantly share code, notes, and snippets.

@jedie
Last active March 28, 2018 10:17
Show Gist options
  • Select an option

  • Save jedie/f92a44cc2c0a0100e793934f241e827b to your computer and use it in GitHub Desktop.

Select an option

Save jedie/f92a44cc2c0a0100e793934f241e827b to your computer and use it in GitHub Desktop.
friendica bookmarklet
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'))
@jedie
Copy link
Copy Markdown
Author

jedie commented Mar 28, 2018

Replace <friendica-server> with your used friendica server address ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment