mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-18 15:11:15 +00:00
af61cb80eb
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 lines
290 B
JavaScript
5 lines
290 B
JavaScript
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>';
|