diessica / no-seen

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

New URL for IG stories #4

Closed carneeki closed 2 years ago

carneeki commented 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.

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/',
]
diessica commented 2 years ago

Thanks @carneeki. I will release a new version.