Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kairi003 committed Apr 4, 2023
1 parent 95e5769 commit 4ea83b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Get cookies.txt, NEVER send information outside.

![ss](./ss.png)

This extension exports cookies in Netscape or JSON format.
This extension exports cookies.txt in Netscape or JSON format.
Netscape cookies.txt supports wget, curl, MozillaCookieJar(Python3), etc.

This extension never sends information outside.
Its source code is open-source, very small, and not obfuscated, so it can be easily checked on GitHub or in the extension's installation directory.
Expand Down
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const build = async (name) => {
archive.glob('**/*');

await archive.finalize();
console.log('BUILD', zipPath);
}


Expand Down

0 comments on commit 4ea83b5

Please sign in to comment.