Skip to content

Instantly share code, notes, and snippets.

View degliwe's full-sized avatar

wesley deglise degliwe

View GitHub Profile
@degliwe
degliwe / README
Created October 4, 2022 12:25 — forked from diverted247/README
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,
@degliwe
degliwe / 0_reuse_code.js
Created June 7, 2016 08:43
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console