]> git.immae.eu Git - github/wallabag/wallabag.git/blob - tpl/_bookmarklet.twig
share email +twitter / class messages
[github/wallabag/wallabag.git] / tpl / _bookmarklet.twig
1 <script type="text/javascript">
2 top["bookmarklet-url@inthepoche.com"] = ''
3 +'<!DOCTYPE html>'
4 +'<html>'
5 +'<head>'
6 +'<title>poche it !</title>'
7 +'<link rel="icon" href="{{poche_url}}tpl/img/favicon.ico" />'
8 +'</head>'
9 +'<body>'
10 +'<script>'
11 +'window.onload=function(){'
12 +'window.setTimeout(function(){'
13 +'history.back();'
14 +'},250);'
15 +'};'
16 +'</scr'+'ipt>'
17 +'</body>'
18 +'</html>'
19 ;
20 </script>