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.

發表回覆

登入以回覆