Kyutefox / Iconify

Upgrade your designs with our browser extension! Download premium SVG icons and stickers from Flaticon, Icons8, and Iconscout hassle-free. No more costly subscriptions.
https://kyutefox.com/products/iconify-browser-extension
153 stars 15 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading 'length') #11

Closed TenUchikawa closed 1 year ago

TenUchikawa commented 1 year ago

Context https://iconscout.com/lottie/social-media-influencer-4920128

   $('meta[data-n-head="ssr"][property="og:product_id"]').each(function(){
        product_id      = $(this).attr("content");
        let propEditor  = $(document).find("#pdpColorEditor-" + product_id).html();
        if(propEditor.length > 0)
        {
            setTimeout(function(){
                downloadIcon(propEditor, product_id);
                clickedButtonElement.html("Download");

image

MrJukeman commented 1 year ago

@TenUchikawa hello, the icon you are trying to download is an animated icon from IconScout, which is currently not supported by our extension we are working on new update that will support animated icons plus other icon libraries too.

TenUchikawa commented 1 year ago

I see that there were other Issues. Sorry. I will close it.