Skip to content

Commit ef621ed

Browse files
author
hoang.tran12
committed
.
1 parent b97cb77 commit ef621ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fb_bulkDownload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737
}
3838

3939
if (request.action === "request_graphql" && request.query) {
40-
fetch("https://www.facebook.com/api/graphql/", {
40+
fetch(request.url || "https://www.facebook.com/api/graphql/", {
4141
body: request.query + "&fb_dtsg=" + CACHED.fb_dtsg,
4242
method: "POST",
4343
headers: { "Content-Type": "application/x-www-form-urlencoded" },

0 commit comments

Comments
 (0)