<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: 3 Best Methods to Block Ads on YouTube in 2024	</title>
	<atom:link href="https://www.geeksmint.com/block-youtube-ads/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.geeksmint.com/block-youtube-ads/</link>
	<description>GeeksMint: Computers, How-to&#039;s, Internet, Tips and Tricks</description>
	<lastBuildDate>Tue, 20 Feb 2024 09:07:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Dean		</title>
		<link>https://www.geeksmint.com/block-youtube-ads/#comment-45731</link>

		<dc:creator><![CDATA[Dean]]></dc:creator>
		<pubDate>Thu, 01 Feb 2024 01:17:17 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=25191#comment-45731</guid>

					<description><![CDATA[Hi @Winnie Achieng.  Any new updates with the latest version of YouTube that rolled out on the 30th of January?]]></description>
			<content:encoded><![CDATA[<p>Hi @Winnie Achieng.  Any new updates with the latest version of YouTube that rolled out on the 30th of January?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeeves		</title>
		<link>https://www.geeksmint.com/block-youtube-ads/#comment-45420</link>

		<dc:creator><![CDATA[Jeeves]]></dc:creator>
		<pubDate>Sun, 28 Jan 2024 16:44:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.geeksmint.com/?p=25191#comment-45420</guid>

					<description><![CDATA[This also works well: https://iamjeeves.info/Tech+Tips/YouTube+Ad+Skip+Button

Quoted below:  

Thank you Rob for posting this on PasteBin: https://pastebin.com/XXyuwkXp

This is a simple fix to the necessary ad spam on YouTube. 

To use, follow the instruction below:

Right-click in your toolbar and select &quot;&lt;strong&gt;Add page...&lt;/strong&gt;&quot; or &quot;&lt;strong&gt;Add Bookmark...&lt;/strong&gt;&quot;
Enter &quot;&lt;strong&gt;YT AdSkip&lt;/strong&gt;&quot; for the name
Paste the single-line version of the code below as the URL
Save the button

Now, when you see an ad on YouTube, press the button. It will do what&#039;s needed to entirely skip the ad.

Single-line version to use as the link for your button
&lt;pre&gt;
javascript:(( ) =&#062; { const v = document.querySelector(&#039;video&#039;); if (v) { v.currentTime = v.duration; } const b = document.querySelector(&#039;button.ytp-ad-skip-button-modern&#039;); if (b) { b.click(); } })();
formatted version for your review
javascript:(( ) =&#062; {
  const v = document.querySelector(&#039;video&#039;);
  if (v) { v.currentTime = v.duration; }
  const b = document.querySelector(&#039;button.ytp-ad-skip-button-modern&#039;);
    if (b) { b.click(); }
 })();
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>This also works well: <a target="_blank" href="https://iamjeeves.info/Tech+Tips/YouTube+Ad+Skip+Button" rel="nofollow ugc">https://iamjeeves.info/Tech+Tips/YouTube+Ad+Skip+Button</a></p>
<p>Quoted below:  </p>
<p>Thank you Rob for posting this on PasteBin: <a target="_blank" href="https://pastebin.com/XXyuwkXp" rel="nofollow ugc">https://pastebin.com/XXyuwkXp</a></p>
<p>This is a simple fix to the necessary ad spam on YouTube. </p>
<p>To use, follow the instruction below:</p>
<p>Right-click in your toolbar and select &#8220;<strong>Add page&#8230;</strong>&#8221; or &#8220;<strong>Add Bookmark&#8230;</strong>&#8221;<br />
Enter &#8220;<strong>YT AdSkip</strong>&#8221; for the name<br />
Paste the single-line version of the code below as the URL<br />
Save the button</p>
<p>Now, when you see an ad on YouTube, press the button. It will do what&#8217;s needed to entirely skip the ad.</p>
<p>Single-line version to use as the link for your button</p>
<pre>
javascript:(( ) =&gt; { const v = document.querySelector('video'); if (v) { v.currentTime = v.duration; } const b = document.querySelector('button.ytp-ad-skip-button-modern'); if (b) { b.click(); } })();
formatted version for your review
javascript:(( ) =&gt; {
  const v = document.querySelector('video');
  if (v) { v.currentTime = v.duration; }
  const b = document.querySelector('button.ytp-ad-skip-button-modern');
    if (b) { b.click(); }
 })();
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
