gitextract_unlq4rb5/ ├── .editorconfig ├── .gitignore ├── .vscode/ │ └── custom.code-snippets ├── bundle/ │ ├── index.js │ └── index.user.js ├── config/ │ └── rollup.config.js ├── package.json ├── readme.md ├── readme_main.md ├── script/ │ ├── action.js │ ├── bundle.sh │ └── replace.js ├── source/ │ ├── app.js │ ├── browse.js │ ├── data/ │ │ ├── footers.json │ │ ├── menus.json │ │ └── tags.json │ ├── hotkey.js │ ├── html/ │ │ ├── body.html │ │ ├── head.html │ │ └── options.html │ ├── index.js │ ├── options.js │ ├── post.js │ ├── style/ │ │ └── fix.css │ ├── style.js │ └── translate.js └── temp/ ├── css_text_loader.js ├── index.js ├── index.user.js └── webpack.config.js