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
Bug: Get error datetime # it will get the newest comment's time if post have a comment at least. line 265: let datetime = new Date(articleNode.querySelector('time').getAttribute('datetime')); change querySelector('time') to querySelector('time._aaqe') will fix it.
Sign in to post a reply.
Bug: Get error datetime # it will get the newest comment's time if post have a comment at least.
line 265: let datetime = new Date(articleNode.querySelector('time').getAttribute('datetime'));
change querySelector('time') to querySelector('time._aaqe') will fix it.