aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global/js/bookmarklet.js
blob: a497628b2f2d3e5c6068409ddea1172d8ee1bc1f (plain) (blame)
1
2
3
4
5
top['bookmarklet-url@wallabag.org'] =
    '<!DOCTYPE html><html><head><title>bag it!</title>' +
    '<link rel="icon" href="tpl/img/favicon.ico" />' +
    '</head><body><script>window.onload=function(){window.setTimeout' +
    '(function(){history.back();},250);};</script></body></html>';