omidnikrah / anonymous-instagram-story-seen

Seen Instagram stories anonymously
29 stars 5 forks source link

Block only GraphQL requests that contain a reelId #7

Closed jesseger closed 1 year ago

jesseger commented 1 year 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.