<?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>Forem: Göktürk Çetin</title>
    <description>The latest articles on Forem by Göktürk Çetin (@gktrk363).</description>
    <link>https://forem.com/gktrk363</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%2F3662962%2F52fcb812-99bf-4cfb-81af-ea8d51d92f9f.png</url>
      <title>Forem: Göktürk Çetin</title>
      <link>https://forem.com/gktrk363</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/gktrk363"/>
    <language>en</language>
    <item>
      <title>I Built a "Smart" Bulk Cleaner for YouTube Music (Open Source &amp; Multi-Language) 🚀</title>
      <dc:creator>Göktürk Çetin</dc:creator>
      <pubDate>Mon, 15 Dec 2025 12:52:23 +0000</pubDate>
      <link>https://forem.com/gktrk363/how-i-built-a-script-to-bulk-unlike-all-songs-on-youtube-music-2025-anti-spam-edition-3l3</link>
      <guid>https://forem.com/gktrk363/how-i-built-a-script-to-bulk-unlike-all-songs-on-youtube-music-2025-anti-spam-edition-3l3</guid>
      <description>&lt;p&gt;Hello devs and music lovers! 👋&lt;/p&gt;

&lt;p&gt;Like many of you, I've been using YouTube Music for years. Over time, my "Liked Songs" playlist became a massive graveyard of tracks I no longer listen to.&lt;br&gt;
I looked for a &lt;strong&gt;"Remove All"&lt;/strong&gt; button, but Google still hasn't added one. 🚫&lt;/p&gt;

&lt;p&gt;So, I decided to solve this problem myself. Initially, I wrote a simple script, but I realized we needed something better. So I turned it into a full-featured &lt;strong&gt;Chrome Extension!&lt;/strong&gt; 🚀&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ The Solution: YTM Cleaner (v1.2 Update)
&lt;/h2&gt;

&lt;p&gt;This isn't just a script anymore. It's a proper extension with a user interface, smart safety features, and now &lt;strong&gt;global support&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔥 Key Features:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;🌍 Multi-Language Support (NEW):&lt;/strong&gt; The extension automatically detects your browser language and switches between &lt;strong&gt;English 🇺🇸&lt;/strong&gt; and &lt;strong&gt;Turkish 🇹🇷&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🧠 Smart Page Detection:&lt;/strong&gt; The "Start Cleaning" button intelligently appears only on your &lt;strong&gt;Liked Songs&lt;/strong&gt; or &lt;strong&gt;Library&lt;/strong&gt; pages, so it doesn't clutter your interface.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🛡️ Whitelist System:&lt;/strong&gt; You can add your favorite artists (e.g., &lt;em&gt;"The Weeknd, Daft Punk"&lt;/em&gt;) to a safe list. The extension will &lt;strong&gt;skip&lt;/strong&gt; their songs and only delete the rest!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🧹 Sniper Mode:&lt;/strong&gt; Unlikes songs one by one with a human-like delay to bypass YouTube's spam protection.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;📊 Live Stats:&lt;/strong&gt; Shows how many songs you have deleted and estimates the remaining time.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  📸 How it looks
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;(You can add the screenshot here from your GitHub repo)&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  💻 How to Install? (Developer Mode)
&lt;/h2&gt;

&lt;p&gt;Since I haven't published it on the Chrome Web Store yet (saving that $5 registration fee for now 😅), you can install it manually in 1 minute:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Download the &lt;strong&gt;&lt;code&gt;YTM-Cleaner-v1.2.zip&lt;/code&gt;&lt;/strong&gt; file from the &lt;a href="https://github.com/gktrk363/youtube-music-cleaner/releases" rel="noopener noreferrer"&gt;GitHub Releases page&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt; Unzip it to a folder.&lt;/li&gt;
&lt;li&gt; Open Chrome and go to &lt;code&gt;chrome://extensions&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt; Enable &lt;strong&gt;"Developer mode"&lt;/strong&gt; (top right toggle).&lt;/li&gt;
&lt;li&gt; Click &lt;strong&gt;"Load unpacked"&lt;/strong&gt; and select the folder you extracted.&lt;/li&gt;
&lt;li&gt; That's it! Go to your Liked Songs playlist and you'll see the 🧹 button.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  🔗 Get the Code
&lt;/h2&gt;

&lt;p&gt;The project is &lt;strong&gt;100% Open Source&lt;/strong&gt; under MIT License. You can check the code, contribute, or give it a star! ⭐&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;GitHub Repo:&lt;/strong&gt; [&lt;a href="https://github.com/gktrk363/youtube-music-cleaner" rel="noopener noreferrer"&gt;https://github.com/gktrk363/youtube-music-cleaner&lt;/a&gt;]&lt;/p&gt;




&lt;h3&gt;
  
  
  Final Note
&lt;/h3&gt;

&lt;p&gt;This tool saved me hours of manual clicking. If you have a messy library, give it a try.&lt;br&gt;
Comments and Pull Requests are welcome!&lt;/p&gt;

&lt;p&gt;Happy coding! ❤️&lt;/p&gt;

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