<?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: Peter Franken</title>
    <description>The latest articles on DEV Community by Peter Franken (@pcjmfranken).</description>
    <link>https://dev.to/pcjmfranken</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%2F355734%2F013762d0-b516-45d3-b3ac-082332890f34.png</url>
      <title>DEV Community: Peter Franken</title>
      <link>https://dev.to/pcjmfranken</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pcjmfranken"/>
    <language>en</language>
    <item>
      <title>Exclude domains from Google/DDG search results permanently (bye bye "thetopsites")</title>
      <dc:creator>Peter Franken</dc:creator>
      <pubDate>Tue, 13 Oct 2020 12:52:21 +0000</pubDate>
      <link>https://dev.to/pcjmfranken/exclude-domains-from-google-ddg-search-results-permanently-bye-bye-thetopsites-50em</link>
      <guid>https://dev.to/pcjmfranken/exclude-domains-from-google-ddg-search-results-permanently-bye-bye-thetopsites-50em</guid>
      <description>&lt;p&gt;Add the following to your &lt;a href="https://github.com/gorhill/uBlock"&gt;favourite adblocker&lt;/a&gt;'s filter list:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;// Google flavour
google.*##.g:has(a[href*="codegrepper.com"])
google.*##.g:has(a[href*="developreference.com"])
google.*##.g:has(a[href*="javascriptio.com"])
google.*##.g:has(a[href*="thetopsites.com"])

// DuckDuckGo flavour
duckduckgo.*##.results &amp;gt; div:has(a[href*="codegrepper.com"])
duckduckgo.*##.results &amp;gt; div:has(a[href*="developreference.com"])
duckduckgo.*##.results &amp;gt; div:has(a[href*="javascriptio.com"])
duckduckgo.*##.results &amp;gt; div:has(a[href*="thetopsites.com"])
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Anyone else getting an increasing amount of Italian domains that redirect to spam/scam sites when searching for obscure stuff? Suffer no longer:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;google.*##.g:has(a[href*=".it"][href$=".html"]) 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;&lt;em&gt;Warning: this targets every single &lt;code&gt;.it&lt;/code&gt; domain with a URL ending in &lt;code&gt;.html&lt;/code&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>google</category>
      <category>duckduckgo</category>
      <category>spam</category>
      <category>ublock</category>
    </item>
  </channel>
</rss>
