We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97cb77 commit ef621edCopy full SHA for ef621ed
scripts/fb_bulkDownload.js
@@ -37,7 +37,7 @@ export default {
37
}
38
39
if (request.action === "request_graphql" && request.query) {
40
- fetch("https://www.facebook.com/api/graphql/", {
+ fetch(request.url || "https://www.facebook.com/api/graphql/", {
41
body: request.query + "&fb_dtsg=" + CACHED.fb_dtsg,
42
method: "POST",
43
headers: { "Content-Type": "application/x-www-form-urlencoded" },
0 commit comments