Closed carneeki closed 2 years ago
The URL for IG stories has changed in the last few days.
Suggest adding: '*://*.instagram.com/api/v1/stories/reel/seen', to URLS_TO_CANCEL.
'*://*.instagram.com/api/v1/stories/reel/seen',
URLS_TO_CANCEL
My URLS_TO_CANCEL is now as follows and includes blocking the seen status for IG messages.
const URLS_TO_CANCEL = [ '*://*.facebook.com/ajax/mercury/change_read_status.php*', '*://*.instagram.com/ajax/bz*', '*://*.instagram.com/qp/batch_fetch_web*', '*://*.instagram.com/api/v1/stories/reel/seen', '*://*.instagram.com/api/v1/direct_v2/threads/*/items/*/seen/', ]
Thanks @carneeki. I will release a new version.
The URL for IG stories has changed in the last few days.
Suggest adding:
'*://*.instagram.com/api/v1/stories/reel/seen',
toURLS_TO_CANCEL
.My
URLS_TO_CANCEL
is now as follows and includes blocking the seen status for IG messages.