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

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

§
Δημοσιεύτηκε: 07/07/2022
Επεξεργάστηκε: 07/07/2022

Hello, thanks for this extension, it works. I just have 2 requests and was wondering if I could change it in the script:
How do I get rid of the username and date at the beginning of every filename? I would prefer just saving the image without the username and date attached to the beginning.
How can I change the format of the saved images from .jpeg to .jpg?
Thank you!

ZhiYu_Δημιουργός
§
Δημοσιεύτηκε: 08/07/2022
  1. Please try to modify script line 40 to const postFilenameTemplate = '%medianame%';.
  2. Please modify script line 591 to a.download = filename + '.' + extension.replace('jpeg', 'jpg'); to let script download .jpg file instead of .jpeg.
§
Δημοσιεύτηκε: 10/07/2022
  1. Please try to modify script line 40 to const postFilenameTemplate = '%medianame%';.
  2. Please modify script line 591 to a.download = filename + '.' + extension.replace('jpeg', 'jpg'); to let script download .jpg file instead of .jpeg.

Thank you very much, it works.

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

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