Leetcode solution's saver

Script saves the file to a folder with corresponding difficulty, name and file extension

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
ruvn-1fgas
일일 설치수
0
총 설치수
12
평점
0 0 0
버전
1.0.4
생성
2023-08-11
갱신
2023-08-12
크기
8.87KB
라이선스
MIT
동작 사이트

LeetCode Saver

LeetCode Saver is a tampermonkey script that helps you save your LeetCode solutions to your local machine.

Script saves task and description to a folder in the Downloads directory, with the following structure:

Downloads
└── LeetCode
    └── {task difficulty}
        ├── {task name}.md
        └── {task name}.{correct lang extension}

Usage

Before using the LeetCode Saver, you need to configure your Tampermonkey settings. Specifically, you need to add the following file extensions to the Whitelisted File Extensions list in the Downloads Beta section. This will allow the script to download files with these extensions to your local machine.

/\.(cpp|java|py|sql|c|cs|js|rb|sh|swift|go|py|scala|kt|sql|sql|html|py|rs|php|ts|rkt|erl|ex|dart|py|js|js|md)/

To use the script, you need to go to the LeetCode task page and click the "Download" button. The script will then save the task and description to your Downloads directory.

Say thank you to me