From 08ed85b58e6fa61fc2637b63dcf154c00d6886cd Mon Sep 17 00:00:00 2001 From: Recolic K <bensl@microsoft.com> Date: Thu, 20 Jan 2022 18:02:11 +0800 Subject: [PATCH] finish download part --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5c30f1..fedfef3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project is a patched SimpleModifyHeader extension, which automatically sync **You must use your own pastebin service instead of mine. DO NOT make me angry!** -1. Put pastebin.php on your website, and update all links to `recolic.net` in code with yours. (`grep -F recolic.net -r .`) +1. Put pastebin.php on your website, and modify the link in `uploader/background.js`. (Search for "fetch") 2. Install `uploader` extension in windows-chrome (or edge), and install `downloader` extension in your devbox. 3. `Start` the extension in windows-chrome. On your devbox, use `pull!https://recolic.net/your/pastebin.php` as your "Header Field Value". -- GitLab