Greasy Fork is available in English.

Загрузчик Instagram

Добавьте кнопки для загрузки или открытия медиа

< Обсуждения Загрузчик Instagram

Отзыв: Хороший — скрипт работает как нужно

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

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

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

Ответить

Войдите, чтобы ответить.