Skip to content

Instantly share code, notes, and snippets.

@nicosomb
Created August 29, 2012 12:10
Show Gist options
  • Save nicosomb/3511615 to your computer and use it in GitHub Desktop.
Save nicosomb/3511615 to your computer and use it in GitHub Desktop.
bookmarklet pour shaarli qui prend en compte le texte sélectionné
$description=(empty($_GET['description']) ? '' : $_GET['description'] ); $tags=''; $private=0;
<a class="smallbutton" onclick="alert('Drag this link to your bookmarks toolbar, or right-click it and choose Bookmark This Link...');return false;" href="javascript:javascript:var%20d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0));(function(){var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;window.open('{$pageabsaddr}?post='%20+%20encodeURIComponent(url)+'&amp;title='%20+%20encodeURIComponent(title)+'&amp;description='+e(s)+'&amp;source=bookmarklet','_blank','menubar=no,height=390,width=600,toolbar=no,scrollbars=no,status=no,dialog=1');})();">
$description=''; $tags=''; $private=0;
<a class="smallbutton" onclick="alert('Drag this link to your bookmarks toolbar, or right-click it and choose Bookmark This Link...');return false;" href="javascript:javascript:(function(){var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;window.open('{$pageabsaddr}?post='%20+%20encodeURIComponent(url)+'&amp;title='%20+%20encodeURIComponent(title)+'&amp;source=bookmarklet','_blank','menubar=no,height=390,width=600,toolbar=no,scrollbars=no,status=no,dialog=1');})();">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment