Greasy Fork is available in English.

Instagram ダウンローダー

メディアをダウンロードまたは開くためのボタンを追加します

< Instagram ダウンローダーについてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2024/05/05

I'd recommend to make the following changes to work on "/reel/" urls:

const postIdPattern = /^\/(p|reel)\/([^/]+)\//;
const postUrlPattern = /instagram\.com\/(p|reel)\/[\w-]+\//;

§
投稿日: 2024/05/05

I'd recommend to make the following changes to work on "/reel/" urls:

const postIdPattern = /^\/(p|reel)\/([^/]+)\//;
const postUrlPattern = /instagram\.com\/(p|reel)\/[\w-]+\//;

Correction, only:
const postUrlPattern = /instagram\.com\/(p|reel)\/[\w-]+\//;

返信を投稿

返信を投稿するにはログインしてください。