qsniyg / maxurl

Finds larger/original versions of images and videos
https://qsniyg.github.io/maxurl/
Apache License 2.0
1.13k stars 72 forks source link

Instagram thumbnails request #354

Open modelfe opened 4 years ago

modelfe commented 4 years ago

Would it be possible for this extension to fetch Instagram profile pictures in full size? As, for example, the izuum.com website does?

Additionally, is there any way to display Instagram Story Highlights thumbnails in full resolution? I haven't been able to do this at all.

Cheers

qsniyg commented 4 years ago

Full-size profile thumbnails should work in theory... but if not, could you link a profile that doesn't work?

Yeah the story highlights has kind of been on my radar for a while, but I'm not really sure how to best approach it... it's one of those "try to vaguely guess that this is a story highlight from how it looks like on the page" things, thanks to obfuscated CSS classes haha.

SirSaarim commented 4 years ago

For some accounts it works and for some it doesn't. For example the following account's profile pic, it fails to allow right click and do its trick.

Link: https://www.instagram.com/realdonaldtrump/

qsniyg commented 4 years ago

@SirSaarim Right, that's because Instagram prevents you from right clicking on the images sometimes. Under Firefox, you can bypass this by pressing shift+right click, but I don't think the same exists for Chrome unfortunately.

However, you can also invoke the popup through a trigger, either keyboard (set to shift+alt+i by default), or you can set it to open when you hover over an image. This should allow you to open the popup regardless of whether right click is disabled or not :)