Добавьте кнопки для загрузки или открытия медиа
< Обсуждения: Загрузчик Instagram
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.
Войдите, чтобы ответить.
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.