Skip to content

Instantly share code, notes, and snippets.

View chriswingler's full-sized avatar
🎯
Focusing

Chris Wingler chriswingler

🎯
Focusing
View GitHub Profile
@chriswingler
chriswingler / zoom-transcript-extractor-with-instructions.js
Last active June 23, 2025 00:49
Browser console script to extract complete Zoom cloud recording transcript
/*
* Zoom Cloud Recording Transcript Extractor
*
* HOW TO USE:
* 1. Go to your Zoom cloud recording page
* 2. Click on "Audio Transcript" tab to view the transcript
* 3. Open browser developer tools (F12 or right-click -> Inspect)
* 4. Go to the "Console" tab
* 5. Paste this entire script and press Enter
* 6. The script will automatically scroll through the entire transcript
Error PackagingResults [AssetLog] C:\Users\chris\DEV\WILDLAND-new - Copy\Content\DecalDesigner\Examples\BluePrints\GraphUtility\BP_GraphCopySettings.uasset: [Compiler] In use pin <Unnamed> no longer exists on node Async Rendering . Please refresh node or break links to remove pin. from Source: /Game/DecalDesigner/Examples/BluePrints/GraphUtility/BP_GraphCopySettings.BP_GraphCopySettings
Error PackagingResults [AssetLog] C:\Users\chris\DEV\WILDLAND-new - Copy\Content\DecalDesigner\Examples\BluePrints\GraphUtility\BP_GraphCopySettings.uasset: [Compiler] In use pin <Unnamed> no longer exists on node Async Rendering . Please refresh node or break links to remove pin. from Source: /Game/DecalDesigner/Examples/BluePrints/GraphUtility/BP_GraphCopySettings.BP_GraphCopySettings
Error PackagingResults [AssetLog] C:\Users\chris\DEV\WILDLAND-new - Copy\Content\DecalDesigner\Examples\BluePrints\GraphUtility\BP_GraphCopySettings.uasset: [Compiler] In use pin Instances
@chriswingler
chriswingler / index.html
Created July 16, 2018 02:52
Personal Portfolio
<nav id="navbar">
<a id="welcome-button" href="#welcome-section">Welcome</a>
<a id="projects-button" href="#projects">Projects</a>
<a id="contact-button" href="#social">Contact</a>
</nav>
<section id="welcome-section">