Skip to content

Commit

Permalink
Incognito download without appearing in the download history
Browse files Browse the repository at this point in the history
  • Loading branch information
enrico-kaack committed Jan 3, 2019
1 parent 4e7a70c commit c0470a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions background/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function downloadMarkdown(markdown, article) {
browser.downloads.download({
url: url,
filename: article.title + ".md",
incognito: true,
saveAs: true
});
}
Expand Down

0 comments on commit c0470a1

Please sign in to comment.