tophf / mpiv

A fully reworked fork of Mouseover Popup Image Viewer
MIT License
167 stars 21 forks source link

Update Instagram rule #100

Closed darkred closed 2 years ago

darkred commented 2 years ago

Fixes #99.

This PR adds the __d=dis endpoint to the built-in Instagram rule. Tested it and everything (single/carousel/video/igtv) works fine again.

I found the endpoint in this SO answer. The endpoint can also be found in the devtools Network tab, as you load IG pages/posts (see screenshot example):

Screenshot: ![2022-06-12_134635](https://user-images.githubusercontent.com/723651/173229547-f6ece520-ffc2-498b-8e10-81502641b307.jpg)

Note: I split the second line because of the ESLint max-len: 100 rule.