<?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: Abdul</title>
    <description>The latest articles on DEV Community by Abdul (@iblockedthem).</description>
    <link>https://dev.to/iblockedthem</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%2F3477644%2F5439faa4-21bf-40d3-bcb7-f46dfcc20a87.jpg</url>
      <title>DEV Community: Abdul</title>
      <link>https://dev.to/iblockedthem</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iblockedthem"/>
    <language>en</language>
    <item>
      <title>Pasteclean revamped ui.</title>
      <dc:creator>Abdul</dc:creator>
      <pubDate>Tue, 09 Sep 2025 01:11:30 +0000</pubDate>
      <link>https://dev.to/iblockedthem/pasteclean-revamped-ui-4kgi</link>
      <guid>https://dev.to/iblockedthem/pasteclean-revamped-ui-4kgi</guid>
      <description>&lt;p&gt;hey everyone,&lt;/p&gt;

&lt;p&gt;Thanks for checking out my post. I wanted to share the story behind why I built PasteClean.&lt;/p&gt;

&lt;p&gt;The idea came from a simple, recurring annoyance: sharing ridiculously long and messy URLs. Whether it was an Amazon link that was five lines long or a news article filled with utm and fbclid trackers from social media, it felt cluttered and invasive. I wanted a seamless way to clean any link I copied, without having to think about it.&lt;/p&gt;

&lt;p&gt;So, I built PasteClean. It's a simple, Windows utility that runs quietly in the background and automatically cleans any URL you copy to your clipboard, making them short, clean, and privacy-friendly.&lt;/p&gt;

&lt;p&gt;Here are some of the core features I've built in:&lt;/p&gt;

&lt;p&gt;🚀 Automatic Clipboard Cleaning: Runs in the system tray and instantly sanitizes URLs the moment you press Ctrl+C. No extra steps needed.&lt;/p&gt;

&lt;p&gt;🧹 Powerful Rule Engine: By default, it strips all common tracking parameters (like utm_, fbclid, gclid, etc.).&lt;/p&gt;

&lt;p&gt;📦 Amazon Link Canonicalization: Automatically converts messy Amazon product URLs into the clean and permanent domain/dp/ASIN format.&lt;/p&gt;

&lt;p&gt;🛡️ VirusTotal Security Integration: You can optionally add your VirusTotal API key to have the app automatically check if a cleaned link is safe before you use it.&lt;/p&gt;

&lt;p&gt;⚙️ Fully Customizable: Features a robust Ignore List so you can prevent cleaning on specific domains or protect certain parameters (like your own affiliate tags).&lt;/p&gt;

&lt;p&gt;Batch Processing: The UI allows you to paste and clean a whole list of URLs at once.&lt;/p&gt;

&lt;p&gt;The project is built with [mention your tech stack here, e.g., C# and WPF] and I had a great time tackling some of the technical challenges, which I wrote about in more detail here.&lt;/p&gt;

&lt;p&gt;It's completely free.&lt;/p&gt;

&lt;p&gt;🔽 Direct Download: [&lt;a href="https://github.com/iiXotic/pasteclean-updates" rel="noopener noreferrer"&gt;https://github.com/iiXotic/pasteclean-updates&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;I'm actively developing this and would genuinely love to get your feedback. What's one feature you think would be a great addition?&lt;/p&gt;

&lt;p&gt;Thanks for taking a look!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/iiXotic/pasteclean-updates" rel="noopener noreferrer"&gt;https://github.com/iiXotic/pasteclean-updates&lt;/a&gt;&lt;br&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%2Fymu6cya8tpvds2cmt7ml.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%2Fymu6cya8tpvds2cmt7ml.png" alt=" " width="800" height="545"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
      <category>discuss</category>
    </item>
    <item>
      <title>I built a Windows app that auto-cleans messy tracking links</title>
      <dc:creator>Abdul</dc:creator>
      <pubDate>Wed, 03 Sep 2025 18:17:33 +0000</pubDate>
      <link>https://dev.to/iblockedthem/i-built-a-windows-app-that-auto-cleans-messy-tracking-links-22m9</link>
      <guid>https://dev.to/iblockedthem/i-built-a-windows-app-that-auto-cleans-messy-tracking-links-22m9</guid>
      <description>&lt;p&gt;Every time I copied a link, it was full of junk like utm_source=... and fbclid=.... I wanted something that just works anywhere on Windows, so I built PasteClean.&lt;/p&gt;

&lt;p&gt;👉 Cleans tracking junk from URLs automatically&lt;br&gt;
👉 Keeps the good parts (YouTube timestamps, Google queries)&lt;br&gt;
👉 Works in any app (Word, Slack, Discord, Notion, email)&lt;br&gt;
👉 Runs 100% local — no cloud, no telemetry&lt;/p&gt;

&lt;p&gt;Lite (free): auto-clean, hotkey paste, undo, history up to 100.&lt;br&gt;
Pro ($3.99): adds batch cleaner, external-click cleaner, profiles, custom rules + filter list import, unlimited history, auto-updates, and local stats.&lt;/p&gt;

&lt;p&gt;Links&lt;/p&gt;

&lt;p&gt;Lite (GitHub): &lt;a href="https://github.com/iiXotic/pasteclean-updates" rel="noopener noreferrer"&gt;https://github.com/iiXotic/pasteclean-updates&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Pro (Gumroad): &lt;a href="https://iamxotic.gumroad.com/l/pasteclean" rel="noopener noreferrer"&gt;https://iamxotic.gumroad.com/l/pasteclean&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from devs.&lt;br&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%2Fysm5q2kj4tb2c50qshz0.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%2Fysm5q2kj4tb2c50qshz0.png" alt=" " width="640" height="428"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>privacy</category>
      <category>software</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
