Greasy Fork is available in English.
Ajoutez des boutons pour télécharger ou ouvrir des médias
< Commentaires sur Téléchargeur 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-]+\//;
Correction, only:
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-]+\//;