Skip to content

Instantly share code, notes, and snippets.

@MarioFlying
MarioFlying / vectorizer.ai free downloads.user.js
Created August 11, 2026 12:56 — forked from JTBrinkmann/vectorizer.ai free downloads.user.js
userscript to enable free downloads on vectorizer.ai
// ==UserScript==
// @name vectorizer.ai download patcher
// @match https://vectorizer.ai/*
// @version 1.0
// @description enables free downloads on vectorizer.ai, based on https://github.com/sanz-s/Vectorizer.ai-Unofficial-Downloader-2025/
// ==/UserScript==
const main = () => {
const SVG_NS = 'http://www.w3.org/2000/svg'
const SVG_XML_DECLARATION = '<?xml version="1.0" encoding="UTF-8"?>\n'