<?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: Dilan Weerasinghe</title>
    <description>The latest articles on DEV Community by Dilan Weerasinghe (@dylan_9702).</description>
    <link>https://dev.to/dylan_9702</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%2F3710726%2F89520148-f569-4f73-a86f-e958f10b519a.jpg</url>
      <title>DEV Community: Dilan Weerasinghe</title>
      <link>https://dev.to/dylan_9702</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dylan_9702"/>
    <language>en</language>
    <item>
      <title>Tired of Losing Google Meet Chats? I Built a Fix</title>
      <dc:creator>Dilan Weerasinghe</dc:creator>
      <pubDate>Tue, 17 Mar 2026 14:36:44 +0000</pubDate>
      <link>https://dev.to/dylan_9702/tired-of-losing-google-meet-chats-i-built-a-fix-5ap0</link>
      <guid>https://dev.to/dylan_9702/tired-of-losing-google-meet-chats-i-built-a-fix-5ap0</guid>
      <description>&lt;h1&gt;
  
  
  Google Meet Doesn’t Save Chats, So I Built &lt;a href="https://chromewebstore.google.com/detail/keoflebbbfemdfgggclhimpfcnnckpmk?utm_source=item-share-cb" rel="noopener noreferrer"&gt;MeetSaver&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;Hey devs 👋&lt;/p&gt;

&lt;p&gt;If you use Google Meet regularly, you’ve probably faced this:&lt;/p&gt;

&lt;p&gt;👉 You share an important link in chat&lt;br&gt;
👉 Someone drops key info during the meeting&lt;br&gt;
👉 The meeting ends… and everything is gone&lt;/p&gt;

&lt;p&gt;No history. No export. No way to get it back.&lt;/p&gt;

&lt;p&gt;That was frustrating enough that I decided to fix it.&lt;/p&gt;

&lt;h2&gt;
  
  
  💡 The Idea
&lt;/h2&gt;

&lt;p&gt;I built a Chrome extension called &lt;strong&gt;MeetSaver&lt;/strong&gt; that automatically saves Google Meet chat messages in real time.&lt;/p&gt;

&lt;p&gt;No extra clicks. No manual copying. It just works in the background.&lt;/p&gt;

&lt;h2&gt;
  
  
  ⚙️ What It Does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;✅ Automatically captures chat messages during meetings&lt;/li&gt;
&lt;li&gt;✅ Saves chats per meeting&lt;/li&gt;
&lt;li&gt;✅ Keeps things clean and organized&lt;/li&gt;
&lt;li&gt;✅ Runs silently (no interruption to your meeting)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  ⚡ Challenges I Faced
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Google Meet doesn’t have a stable DOM&lt;/li&gt;
&lt;li&gt;Chat elements load dynamically&lt;/li&gt;
&lt;li&gt;Avoiding duplicate messages was tricky&lt;/li&gt;
&lt;li&gt;Keeping performance smooth during long meetings&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The biggest challenge was dealing with Google Meet’s constantly changing DOM structure 😅&lt;/p&gt;

&lt;h2&gt;
  
  
  🔥 Why I Kept It Simple
&lt;/h2&gt;

&lt;p&gt;At first, I thought of supporting Zoom too.&lt;/p&gt;

&lt;p&gt;But I removed it and focused only on &lt;strong&gt;Google Meet&lt;/strong&gt; to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Keep a &lt;strong&gt;single clear purpose&lt;/strong&gt; (important for Chrome Web Store approval)&lt;/li&gt;
&lt;li&gt;Reduce complexity&lt;/li&gt;
&lt;li&gt;Build something more reliable&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🚀 What’s Coming Next
&lt;/h2&gt;

&lt;p&gt;I’m planning to add:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔍 Search chats&lt;/li&gt;
&lt;li&gt;☁️ Cloud sync&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;MeetSaver Install from here&lt;/strong&gt;  👇&lt;br&gt;
 &lt;a href="https://chromewebstore.google.com/detail/keoflebbbfemdfgggclhimpfcnnckpmk?utm_source=item-share-cb" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/keoflebbbfemdfgggclhimpfcnnckpmk?utm_source=item-share-cb&lt;/a&gt; &lt;/p&gt;

&lt;h2&gt;
  
  
  🙌 Feedback?
&lt;/h2&gt;

&lt;p&gt;I’d love your thoughts:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Would you use something like this?&lt;/li&gt;
&lt;li&gt;What feature would make this a “must-have” for you?&lt;/li&gt;
&lt;li&gt;Any suggestions or improvements?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for reading 🚀&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>productivity</category>
      <category>programming</category>
    </item>
    <item>
      <title>I Built a Chrome Extension to Detect Fake Amazon Reviews</title>
      <dc:creator>Dilan Weerasinghe</dc:creator>
      <pubDate>Wed, 14 Jan 2026 11:26:50 +0000</pubDate>
      <link>https://dev.to/dylan_9702/i-built-an-ai-powered-chrome-extension-to-detect-fake-amazon-reviews-11nh</link>
      <guid>https://dev.to/dylan_9702/i-built-an-ai-powered-chrome-extension-to-detect-fake-amazon-reviews-11nh</guid>
      <description>&lt;p&gt;As developers, we spend a lot of time reviewing tools, libraries, and products online, and Amazon reviews are often the first thing we check.&lt;/p&gt;

&lt;p&gt;But lately, I noticed something frustrating:&lt;/p&gt;

&lt;p&gt;⭐ Products with thousands of reviews but poor real quality&lt;br&gt;
🧠 Reviews that look human, yet feel suspicious&lt;br&gt;
🤖 Repeated phrases, patterns, and timing that don’t add up&lt;/p&gt;

&lt;p&gt;So I built a Chrome extension to answer one simple question:&lt;/p&gt;

&lt;p&gt;“Can we algorithmically judge how trustworthy Amazon reviews really are — without sending data to any server?”&lt;/p&gt;

&lt;p&gt;That project became TrustRadar.&lt;br&gt;
❓ The Problem With Amazon Reviews&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Amazon reviews are valuable — but they’re also easy to manipulate:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Paid review farms&lt;/li&gt;
&lt;li&gt;Incentivized “verified” reviews&lt;/li&gt;
&lt;li&gt;Burst patterns (hundreds of reviews in short time windows)&lt;/li&gt;
&lt;li&gt;Generic praise with no real product usage&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For a human, spotting this across hundreds or thousands of reviews is exhausting.&lt;/p&gt;

&lt;p&gt;For a program? Much easier.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🛠️ What TrustRadar Does&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;TrustRadar analyzes reviews directly inside your browser and gives you:&lt;/p&gt;

&lt;p&gt;✅ Trust Score (0–100)&lt;br&gt;
⚠️ Risk Flags (patterns commonly linked to fake reviews)&lt;br&gt;
📊 Review distribution analysis&lt;br&gt;
🧠 Buy / Consider / Not recommend&lt;/p&gt;

&lt;p&gt;🔍** How the Analysis Works (High-Level)**&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Without going into proprietary details, TrustRadar looks at:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Review Authenticity Signals&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Review length vs substance&lt;/li&gt;
&lt;li&gt;Generic wording frequency&lt;/li&gt;
&lt;li&gt;Repeated phrase patterns&lt;/li&gt;
&lt;li&gt;Review timing clusters&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Reviewer Credibility&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Verified purchase ratio&lt;/li&gt;
&lt;li&gt;Reviewer activity patterns&lt;/li&gt;
&lt;li&gt;Media-backed reviews (images/videos)&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Behavioral Patterns&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Sudden review spikes&lt;/li&gt;
&lt;li&gt;Rating distribution anomalies&lt;/li&gt;
&lt;li&gt;Helpful-vote consistency&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each signal contributes to a weighted trust score, not a binary “fake / real” decision.&lt;/p&gt;

&lt;p&gt;TrustRadar works entirely offline after installation.&lt;/p&gt;

&lt;p&gt;Your Amazon page → your browser → your decision.&lt;/p&gt;

&lt;p&gt;🚀 Current Status&lt;/p&gt;

&lt;p&gt;✅ Approved on Chrome Web Store&lt;br&gt;
✅ Live and usable&lt;br&gt;
🚧 Actively improving detection logic&lt;br&gt;
🚧 UI/UX refinements in progress&lt;/p&gt;

&lt;p&gt;This is still an evolving side project, and I’m actively listening to feedback from both developers and regular shoppers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🤝 What I’d Love Feedback On&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you’re a dev, I’d especially love thoughts on:&lt;br&gt;
Signal weighting ideas&lt;br&gt;
Edge cases you’ve seen with reviews&lt;br&gt;
UI clarity (does the score feel trustworthy?)&lt;/p&gt;

&lt;p&gt;False positives vs false negatives&lt;/p&gt;

&lt;p&gt;🔗 Try It &amp;amp; Share Feedback&lt;/p&gt;

&lt;p&gt;If you want to try it:&lt;br&gt;
(&lt;a href="https://chromewebstore.google.com/detail/hgnlhnjkenedenmhngkfdnfclmmocock?utm_source=item-share-cb" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/hgnlhnjkenedenmhngkfdnfclmmocock?utm_source=item-share-cb&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Search TrustRadar on the Chrome Web Store&lt;/p&gt;

&lt;p&gt;Or test it on any Amazon product page&lt;/p&gt;

&lt;p&gt;If you’re building something similar or thinking about local-first browser tools, I’d love to connect.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
