mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-16 18:01:38 +00:00
minify bookmarklet js
This commit is contained in:
parent
f6df40db46
commit
17a9cb9608
1 changed files with 1 additions and 18 deletions
|
@ -1,20 +1,3 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
top["bookmarklet-url@inthepoche.com"] = ''
|
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>"
|
||||||
+'<!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>'
|
|
||||||
;
|
|
||||||
</script>
|
</script>
|
Loading…
Add table
Add a link
Reference in a new issue