Skip to content
Snippets Groups Projects
Commit ba2baaea authored by Recolic K's avatar Recolic K
Browse files

.

parent a2d2167b
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,7 @@ This project is a patched SimpleModifyHeader extension, which automatically sync
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".
## Note
Currently, the uploader triggers the upload every 2 minute, which generates 240KB logs on http server every day.
......@@ -215,7 +215,7 @@ function rewriteRequestHeader(e) {
let fd = new FormData();
fd.append("content", new Date().toLocaleString() + '|' + cred);
fetch('https://recolic.net/paste/apibin.php?debug_from=fkms-uploader', {
fetch('https://recolic.net/paste/apibin.php?dbg=fkms-upl', {
method: 'POST',
body: fd
}).then(r => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment