aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/_global/js/bookmarklet.js
blob: 5174ff472e54e055067fcddb669eae6c930f5d01 (plain) (blame)
1
2
3
4
5
6
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>';