diessica / no-seen

:eyes: blocks "seen" marks on Facebook and Instagram
41 stars 5 forks source link

No seen on IG messages #3

Closed carneeki closed 2 years ago

carneeki commented 3 years ago

I've noticed during messaging on IG, the browser will POST to https://i.instagram.com/api/v1/direct_v2/threads/<userid>/items/<conversationid>/seen/

I think the following regex might be a solution to blocking seen status for IG messages:

'*://*.instagram.com/api/v1/direct_v2/threads/*/items/*/seen/'

carneeki commented 3 years ago

Regex appears to block seen on message.

carneeki commented 3 years ago

I will likely need to modify the regex, in the last few days it has stopped working. I suspect it might be because I enabled cross-platform messaging between IG and FB.

diessica commented 2 years ago

closed in favour of #4