Skip to content

Commit

Permalink
Update background.js
Browse files Browse the repository at this point in the history
Ghost Mode for DM fixed.
  • Loading branch information
alperssl authored Nov 23, 2020
1 parent b431775 commit 5268649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ chrome.webRequest.onBeforeRequest.addListener(
() => ({
cancel: ghostModeState
}),
{ urls: [ '*://*.instagram.com/stories/reel/seen*','*://*.instagram.com/*/*/direct_v2/threads/*/items/*/seen*' ] },
{ urls: [ '*://*.instagram.com/stories/reel/seen*','*://*.instagram.com/api/v1/direct_v2/threads/*/items/*/seen*' ] },
[ 'blocking' ]
);

Expand Down

0 comments on commit 5268649

Please sign in to comment.