vectorizer.io free download

vectorizer.io svg preview and free download

< Feedback on vectorizer.io free download

Review: Good - script works

§
Posted: 09. 10. 2022
Edited: 09. 10. 2022

Great script :D

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

ml98Author
§
Posted: 10. 10. 2022

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");
§
Posted: 10. 10. 2022
Edited: 10. 10. 2022

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

§
Posted: 06. 09. 2025

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");
ml98Author
§
Posted: 06. 09. 2025

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.

Post reply

Sign in to post a reply.