<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jeremy Watt</title>
    <description>The latest articles on DEV Community by Jeremy Watt (@neonwatty).</description>
    <link>https://dev.to/neonwatty</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1906269%2Ff1cecdd6-85b8-4498-9e10-c87fd2d10567.jpeg</url>
      <title>DEV Community: Jeremy Watt</title>
      <link>https://dev.to/neonwatty</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/neonwatty"/>
    <language>en</language>
    <item>
      <title>Copy Code Straight from YouTube tutorials — Building an AI-Powered Chrome Extension</title>
      <dc:creator>Jeremy Watt</dc:creator>
      <pubDate>Wed, 23 Apr 2025 18:20:38 +0000</pubDate>
      <link>https://dev.to/neonwatty/copy-code-straight-from-youtube-tutorials-building-an-ai-powered-chrome-extension-3lip</link>
      <guid>https://dev.to/neonwatty/copy-code-straight-from-youtube-tutorials-building-an-ai-powered-chrome-extension-3lip</guid>
      <description>&lt;h2&gt;
  
  
  🧠 The Challenge
&lt;/h2&gt;

&lt;p&gt;I watch a lot of coding tutorials on YouTube, and often encounter these problems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Low-contrast code&lt;/strong&gt;: Dark-themed IDEs look great for creators but can be hard to read in videos—especially in bright environments.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Copying is a pain&lt;/strong&gt;: Pausing, squinting, and retyping code is slow and error-prone.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Eye strain&lt;/strong&gt;: Extreme brightness or darkness in videos wears you out fast.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I decided to build a small open source Chrome extension to solve for these problems - called &lt;strong&gt;Polarize&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 Introducing Polarize
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/neonwatty/polarize" rel="noopener noreferrer"&gt;Polarize&lt;/a&gt; is an open-source Chrome extension designed to address these issues:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;AI-Powered Code Copying&lt;/strong&gt;: Extract code snippets from videos effortlessly.  Copy and paste into your chosen IDE.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Glare Reduction&lt;/strong&gt;: Adjusts brightness and contrast for optimal viewing.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Multi-Theme Overlay&lt;/strong&gt;: Switch between themes to enhance code readability.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Click the image below to watch a demo! 👇&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/j1TMdbrnl_A" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsc0bimxuhxf7yu5c5ur1.jpg" alt="Polarize demo" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🔧 How It Works
&lt;/h2&gt;

&lt;p&gt;Polarize creates an overlay for YouTube videos, allowing you to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Click a button to copy code displayed under the overlay.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Toggle between different themes to suit your preference.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Reduce glare for a more comfortable viewing experience.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  📥 Getting Started
&lt;/h2&gt;

&lt;p&gt;While Polarize is under review in the Chrome Web Store, you can try it out by &lt;a href="https://github.com/neonwatty/polarize" rel="noopener noreferrer"&gt;cloning the repository and uploading the extension locally&lt;/a&gt;.  See the repo's &lt;code&gt;README.md&lt;/code&gt; for more details.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ Contribute
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/neonwatty/polarize" rel="noopener noreferrer"&gt;Polarize&lt;/a&gt; is open-source, and contributions are welcome!  If you have feedback, feature requests, or want to report issues, visit the &lt;a href="https://github.com/neonwatty/polarize" rel="noopener noreferrer"&gt;GitHub repository&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  📣 Stay Updated
&lt;/h2&gt;

&lt;p&gt;Follow the project on GitHub to receive updates on new features and the official Chrome Web Store release.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>ai</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
