mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-06 08:59:52 +00:00
c146f6940a
* ES6 all the things ! * ESLint checks everything * CSS fixes (use stylelint) * Fix #2231
6 lines
291 B
JavaScript
6 lines
291 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>';
|