Enhances PikPak with fast navigation, duplicate scan, bulk rename, and advanced file-management tools.

A file management script to enhance the user experience of the PikPak Web Client.
To improve the existing PikPak web environment, various file management features have been implemented as a UserScript using Tampermonkey.
Video {n}..ef2) for Internet Download Manager..m3u playlist files for selected videos.
| Key | Action | Key | Action |
|---|---|---|---|
| Alt + ← or Backspace | Previous Page (Mouse Button 4) | Alt + → | Next Page (Mouse Button 5) |
| F5 | Refresh List | F8 | New Folder |
| F2 | Rename or Batch Rename | Delete | Move selected items to Trash |
| Ctrl + A | Select All | Ctrl + C or + X or + V | Copy / Cut / Paste |
| Alt + S | Open Settings | Esc | Deselect / Close Popup |
This script is based on Tampermonkey.
You can apply the script code posted in the repository directly or download it from GreasyFork.
+ button (Add new script) on the Tampermonkey dashboard.user.js code and press Ctrl + S to save.This script was written by separating each function into Modules, and then built into a single script.
# 1. Clone Repository
git clone [https://github.com/poihoii/PikPak_FileManager.git](https://github.com/poihoii/PikPak_FileManager.git)
# 2. Install Dependencies
npm install
# 3. Real-time Build Test (Dev)
npm run dev
# 4. Final Build (Production)
npm run build