omidnikrah / anonymous-instagram-story-seen

Seen Instagram stories anonymously
24 stars 5 forks source link

Block only GraphQL requests that contain a reelId #7

Closed jesseger closed 10 months ago

jesseger commented 10 months ago

Instead of blocking all GraphQL requests, which leads to the site crashing, I've adapted the code to only block requests that have a reelId (seems to be something related to stories) as a variable in their requestBody.

Obviously, I haven't tested this extensively; but it seems to work on my machine. Let me know if it works for y'all.