IconScout Premium SVG Free

Remove Iconscout watermark and download premium SVG's without watermark for free!

< 脚本IconScout Premium SVG Free的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2024-07-21

I loved using this thanks for giving us the access but lately it has stoped working. I can tell the script is doing it job but i think there was some changed on IconScout end so can you please sort that out and let us continue using it.

§
发表于:2024-07-26

alternate method:
- click on the icon you want to get its preview page
- press F12
- click the 'Console' tab
- paste this into the typing area at the bottom:

document.querySelectorAll('[id^="pdpColorEditor-"]').forEach(element => {
    let src = element.getAttribute('src');
    console.log(src);
});

- click the SVG link that shows up, right-click 'Save image as'

发表回复

登录以发表回复。