您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Direct image links for sites that obfuscate the image from easy downloading.
当前为
Quick 'n dirty little userscript for accessing pictures and videos off of Instagram.
Instructions: Right-click on the image or video to see a context menu for opening the media in isolation in a new tab. Minor caveat for videos, see below.
Downloading videos: Instagram obfuscates videos pretty hard by using an ephemeral BLOB URL that it immediately revokes. Long story short, you can only get the link to videos if directly viewing the post (if on feed, on upper right, click expand/menu and 'Go to post'). On the feed, it will only link to the preview image for the video.
Downloading videos requires a call to retrieve JSON information about the post, for which it requires the post ID. Unfortunately, this isn't easily obtainable in the feed view without injecting code into ReactJS, which just doesn't seen feasible at the moment. So it grabs the post ID from the URL, which is only visible when viewing the post directly.