mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
01609f8514
And run it: - `yarn eslint app/**/*.js --fix` - `yarn eslint web/**/*.js --fix`
4 lines
286 B
JavaScript
4 lines
286 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>';
|