Skip to content

Instantly share code, notes, and snippets.

View Amatewasu's full-sized avatar
🏃
At the run time

Alexis Delrieu Amatewasu

🏃
At the run time
View GitHub Profile
@diverted247
diverted247 / README
Last active March 21, 2024 18:55
Export slides from Google Slides as SVG - Console Script (Chrome tested)
To export SVG from Google Slides.
1. Open Slide deck.
2. View -> 100%
3. Click on every thumbnail from first to last, this puts the SVG into the DOM.
4. Paste the export.js in the console.
5. Make sure to allow multiple downloads.
6. All SVG should be in Downloads folder.
Cheers,