diff options
Diffstat (limited to '')
-rw-r--r-- | background.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/background.js b/background.js index 45e01f89..ee90e8d0 100644 --- a/background.js +++ b/background.js @@ -71,6 +71,9 @@ const instagramReservedPaths = [ "imageproxy", "videoproxy", ".well-known", + "igtv", + "tv", + "reel", ]; const bibliogramBypassPaths = /\/(accounts\/|embeds?.js)/; const bibliogramInstances = [ |