From bb8cf6d3620456d5026df667752b793192f44fe1 Mon Sep 17 00:00:00 2001 From: philipp-r Date: Mon, 27 Mar 2017 14:01:06 +0200 Subject: Add Note bookmarklet #580 --- tpl/vintage/tools.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tpl/vintage') diff --git a/tpl/vintage/tools.html b/tpl/vintage/tools.html index c36aa5b5..69689807 100644 --- a/tpl/vintage/tools.html +++ b/tpl/vintage/tools.html @@ -39,7 +39,15 @@

✚Add Note + href="javascript:( + function(){ + window.open( + '{$pageabsaddr}?private=1&post='+ + '&description='%20+%20encodeURIComponent(document.getSelection())+ + '&source=bookmarklet','_blank','menubar=no,height=800,width=600,toolbar=no,scrollbars=yes,status=no,dialog=1' + ); + } + )();">✚Add Note ⇐ Drag this link to your bookmarks toolbar (or right-click it and choose Bookmark This Link....).
-- cgit v1.2.3