wallabag/src/Wallabag/CoreBundle/Resources/views/Static/_bookmarklet.html.twig

2 lines
211 B
Twig
Raw Normal View History

<a id="bookmarklet" ondragend="this.click();" href="javascript:(function(){var url=location.href||url;var wllbg=window.open('{{ url('bookmarklet') }}?url=' + encodeURIComponent(url),'_blank');})();">bag it!</a>