Greasy Fork is available in English.

Instagram 다운로더

미디어를 다운로드하거나 여는 버튼을 추가합니다

< Instagram 다운로더 피드백

리뷰: 좋음 - 잘 동작함

§
작성: 2022-07-07
수정: 2022-07-07

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_개발자
§
작성: 2022-07-08
  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.
§
작성: 2022-07-10
  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.

댓글 남기기

댓글을 남기려면 로그인하세요.