<?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: kostandinos</title>
    <description>The latest articles on DEV Community by kostandinos (@kostandinosvas).</description>
    <link>https://dev.to/kostandinosvas</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%2F987222%2F5627bdbf-4c13-467a-a4b0-8eec98d77917.jpeg</url>
      <title>DEV Community: kostandinos</title>
      <link>https://dev.to/kostandinosvas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kostandinosvas"/>
    <language>en</language>
    <item>
      <title>I built a Chrome extension to stop squinting at the web</title>
      <dc:creator>kostandinos</dc:creator>
      <pubDate>Sat, 23 May 2026 08:15:56 +0000</pubDate>
      <link>https://dev.to/kostandinosvas/i-built-a-chrome-extension-to-stop-squinting-at-the-web-1o4c</link>
      <guid>https://dev.to/kostandinosvas/i-built-a-chrome-extension-to-stop-squinting-at-the-web-1o4c</guid>
      <description>&lt;p&gt;&lt;a href="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%2F56nqj0tkm83xfv7u4k2c.png" class="article-body-image-wrapper"&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%2F56nqj0tkm83xfv7u4k2c.png" alt=" " width="800" height="490"&gt;&lt;/a&gt;We've all been there. You open an article, a documentation page, or a research paper — and the font is tiny, the line spacing is suffocating, or the contrast is just... bad. You squint, you zoom in, you lose the layout. It's frustrating.&lt;br&gt;
So I built &lt;strong&gt;Typly&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;Typly is a lightweight Chrome extension that lets you customize typography on any website — per HTML tag.&lt;br&gt;
whatever you want. You can adjust:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Font size&lt;/li&gt;
&lt;li&gt;Font family&lt;/li&gt;
&lt;li&gt;Line height&lt;/li&gt;
&lt;li&gt;Text color&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Changes happen in real-time, and you can save presets to reuse your favorite styles across different sites.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why per-tag?
&lt;/h2&gt;

&lt;p&gt;Most browser zoom tools change everything at once and break page layouts. With Typly, you're surgical. Want just the body text bigger but keep the headings as-is? Done. Want to swap a site's tiny sans-serif body font for something more readable? Two clicks.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who it's for
&lt;/h2&gt;

&lt;p&gt;I built it primarily for myself — I spend a lot of time reading documentation and long-form articles, and I got tired of fighting with poorly designed websites. But it turns out it's also genuinely useful for:&lt;/p&gt;

&lt;p&gt;People with dyslexia or low vision who need specific font adjustments&lt;br&gt;
Developers and designers testing typography on live pages&lt;br&gt;
Students and researchers reading for hours at a stretch&lt;/p&gt;

&lt;h2&gt;
  
  
  What I learned building it
&lt;/h2&gt;

&lt;p&gt;Getting per-tag style injection to work cleanly across wildly different websites was harder than I expected. Sites with aggressive CSS specificity (!important everywhere, shadow DOM components) pushed me to rethink the injection approach a few times. The real-time preview also required some careful debouncing so it doesn't hammer the DOM on every keystroke.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;If you spend any meaningful time reading on the web, give it a shot:&lt;br&gt;
&lt;a href="https://chromewebstore.google.com/detail/typly/kmpnhejhcioalinojaaafghnafbgkdgo" rel="noopener noreferrer"&gt;Typly on the Chrome Web Store&lt;/a&gt;&lt;br&gt;
It's free, collects zero data, and weighs in at just 1.26MB.&lt;/p&gt;

&lt;p&gt;&lt;a href="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%2Fbmgu7qy28r9utx97k78i.png" class="article-body-image-wrapper"&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%2Fbmgu7qy28r9utx97k78i.png" alt=" " width="800" height="490"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback — especially from anyone who uses it for accessibility purposes. What features would make it more useful for you?&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>opensource</category>
      <category>chrome</category>
    </item>
  </channel>
</rss>
