This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Vectorizer.AI Downloader | |
| // @version 0.1.0 | |
| // @description Intercepts the canvas drawing process on vectorizer.ai to reconstruct and download the full SVG result for free. | |
| // @author mateoltd | |
| // @namespace http://tampermonkey.net/ | |
| // @license MIT |