vectorizer.io free download

vectorizer.io svg preview and free download

< 脚本 vectorizer.io free download 的反馈

评价:好评 - 脚本运行良好

§
发布于:2022-10-09
编辑于:2022-10-09

Great script :D

I just wondered if its possible to prevent the pricing page to appear after you clicked on download.

ml98作者
§
发布于:2022-10-10

I can't reproduce this, either on chrome/firefox/edge with tampermonkey. Please try inserting the following code after 'use strict';

    $(`<style>#nomorecreditsmodal, body>.modal-backdrop.fade.show { display: none !important; }</style>`)
        .appendTo("head");
§
发布于:2022-10-10
编辑于:2022-10-10

Hmmm weird. I'm on Firefox using Violentmonkey. But adding that line worked so thanks :D

§
发布于:2025-09-06

I can't reproduce this, either on chrome/firefox/edge with tampermonkey.
Please try inserting the following code after 'use strict';

$(`<style>#nomorecreditsmodal, body>.modal-backdrop.fade.show { display: none !important; }</style>`)  
    .appendTo("head");  

Started to not work. Here's the working line if anyones interested (added #freedownloadmodal):

$(`<style>#nomorecreditsmodal, body>.modal-backdrop.fade.show,#freedownloadmodal { display: none !important; }</style>`).appendTo("head");
ml98作者
§
发布于:2025-09-06

I can't reproduce this, either on chrome/firefox/edge with tampermonkey.

Please try inserting the following code after 'use strict';

$(`<style>#nomorecreditsmodal, body>.modal-backdrop.fade.show { display: none !important; }</style>`)  
    .appendTo("head");  

Started to not work. Here's the working line if anyones interested (added #freedownloadmodal):

$(`<style>#nomorecreditsmodal, body>.modal-backdrop.fade.show,#freedownloadmodal { display: none !important; }</style>`).appendTo("head");

Thanks, I have updated it.

发布留言

登录以发布留言。