Greasy Fork is available in English.

Instagram Download Button

Add the download button and the open button to download or open profile picture and media in the posts, stories, and highlights in Instagram

< Σχολιασμός για τον κώδικα Instagram Download Button

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 05/05/2024

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

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

§
Δημοσιεύτηκε: 05/05/2024

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-]+\//;

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.