mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
20 lines
No EOL
635 B
Twig
20 lines
No EOL
635 B
Twig
<script type="text/javascript">
|
|
top["bookmarklet-url@inthepoche.com"] = ''
|
|
+'<!DOCTYPE html>'
|
|
+'<html>'
|
|
+'<head>'
|
|
+'<title>poche it !</title>'
|
|
+'<link rel="icon" href="{$poche_url}img/favicon.ico" />'
|
|
+'</head>'
|
|
+'<body>'
|
|
+'<script>'
|
|
+'window.onload=function(){'
|
|
+'window.setTimeout(function(){'
|
|
+'history.back();'
|
|
+'},250);'
|
|
+'};'
|
|
+'</scr'+'ipt>'
|
|
+'</body>'
|
|
+'</html>'
|
|
;
|
|
</script> |