media-helper icon indicating copy to clipboard operation
media-helper copied to clipboard

Please find a way to fix story download

Open Odd67 opened this issue 2 years ago • 2 comments

Please find a way to fix story download

Odd67 avatar Nov 30 '22 19:11 Odd67

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;

....

Leimy84 avatar Dec 19 '23 05:12 Leimy84

Seems that it works for new stories on the homepage, but if you go to an account it will not work.

Ascathon avatar Jan 19 '24 14:01 Ascathon