wallabag/tpl/_bookmarklet.twig

3 lines
392 B
Twig
Raw Normal View History

2013-08-03 02:24:42 -04:00
<script type="text/javascript">
2013-08-06 05:00:42 -04:00
top["bookmarklet-url@inthepoche.com"]=""+"<!DOCTYPE html>"+"<html>"+"<head>"+"<title>poche it !</title>"+'<link rel="icon" href="{{poche_url}}tpl/img/favicon.ico" />'+"</head>"+"<body>"+"<script>"+"window.onload=function(){"+"window.setTimeout(function(){"+"history.back();"+"},250);"+"};"+"</scr"+"ipt>"+"</body>"+"</html>"
2013-08-03 02:24:42 -04:00
</script>