media-helper
media-helper copied to clipboard
Please find a way to fix story download
Please find a way to fix story download
Since a week it's not longer possible to download pictures from a story. This will fix it:
/*
Stories Picture & Video
_ac0y parent: cover box (when autoplay videos disable, user click the cover box to play the video)
Debug: click more button stop auto video
*/
if (event.target.className === 'x5yr21d x10l6tqk x17qophe x13vifvy xh8yej3' && _way === 'stories') {
//if (event.target.className === '_ac0y' && _way === 'stories') {
var _parent = document.querySelector('._ac57').parents('._ac0b')[0];
//var _parent = document.querySelector('._ac0y').parents('._ac0b')[0];
_username = _parent.querySelector('a._ac0s').text;
....
Seems that it works for new stories on the homepage, but if you go to an account it will not work.