You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2018. It is now read-only.
Problem Description:
The Open thumbnail button/function of the extension stopped working. To be more precise, instead of opening the thumbnail in a new tab it simply opens a blank tab. This issue was able to be reproduced on a version of Firefox 52.0.2 with multiple extensions as well as on a completely clean Windows 7 and Firefox 52.0.2 installation on a virtual machine.
Steps to reproduce: Open any YouTube video while having version 1.7.8 - 1.8.3 installed in Firefox and click on the Open thumbnail button.
Additional details: The function getThumb() relies on the data of window.ytplayer.config.args.iurl_webp which always returns undefined. It seems this value was removed by Youtube.
Browser Name: Firefox
Browser Version: 52.0.2
Operating System: Windows 7 64-bit
Software Type: Extension
Software Version: 1.8.3
Problem Description:
The Open thumbnail button/function of the extension stopped working. To be more precise, instead of opening the thumbnail in a new tab it simply opens a blank tab. This issue was able to be reproduced on a version of Firefox 52.0.2 with multiple extensions as well as on a completely clean Windows 7 and Firefox 52.0.2 installation on a virtual machine.
Steps to reproduce: Open any YouTube video while having version 1.7.8 - 1.8.3 installed in Firefox and click on the Open thumbnail button.
Additional details: The function
getThumb()relies on the data ofwindow.ytplayer.config.args.iurl_webpwhich always returns undefined. It seems this value was removed by Youtube.