<?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: ar.Tech Notice</title>
    <description>The latest articles on DEV Community by ar.Tech Notice (@ar_tech_notice).</description>
    <link>https://dev.to/ar_tech_notice</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%2F896349%2F920a11c3-1d78-498d-be21-bbac2df6dacc.png</url>
      <title>DEV Community: ar.Tech Notice</title>
      <link>https://dev.to/ar_tech_notice</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ar_tech_notice"/>
    <language>en</language>
    <item>
      <title>Speed up your Slow Website Due to Google AdSense Ads</title>
      <dc:creator>ar.Tech Notice</dc:creator>
      <pubDate>Sat, 08 Apr 2023 23:59:54 +0000</pubDate>
      <link>https://dev.to/ar_tech_notice/speed-up-your-slow-website-due-to-google-adsense-ads-1e0b</link>
      <guid>https://dev.to/ar_tech_notice/speed-up-your-slow-website-due-to-google-adsense-ads-1e0b</guid>
      <description>&lt;p&gt;This code only works on blogging templates, and I haven't tried it on the WordPress platform. It is possible at another time to put code for the WordPress platform.&lt;/p&gt;

&lt;p&gt;So you have to follow the steps to put the code in your form correctly.&lt;/p&gt;

&lt;p&gt;For this to work, you'll have to delete the JavaScript code from all of your ad units, but you can try it out on a single page to see if it works for you.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Above the &lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Change the look of Google search</title>
      <dc:creator>ar.Tech Notice</dc:creator>
      <pubDate>Wed, 27 Jul 2022 23:52:00 +0000</pubDate>
      <link>https://dev.to/ar_tech_notice/change-the-look-of-google-search-45ic</link>
      <guid>https://dev.to/ar_tech_notice/change-the-look-of-google-search-45ic</guid>
      <description>&lt;p&gt;Don't you think that the look of Google search has become unfashionable?&lt;/p&gt;

&lt;p&gt;So I thought to myself, why don't I change it a little?&lt;br&gt;
And this is the result&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvvn77svquuy5ehj7la1g.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvvn77svquuy5ehj7la1g.jpg" alt="Image description" width="800" height="556"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like the look, just download the User JavaScript and CSS plugin on your Chrome browser and then add the following codes in the extension after pressing the add button and adding a Google search link&lt;/p&gt;

&lt;p&gt;----------- js code -------------&lt;/p&gt;

&lt;p&gt;// To Top&lt;br&gt;
let New2 = document.createElement("div")&lt;br&gt;
New2.setAttribute("class" , 'to-top')&lt;br&gt;
document.querySelector('body').append(New2)&lt;/p&gt;

&lt;p&gt;document.querySelector(".to-top").innerHTML = &lt;code&gt;&amp;lt;svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-double-up" viewBox="0 0 16 16"&amp;gt;&lt;br&gt;
  &amp;lt;path fill-rule="evenodd" d="M7.646 2.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 3.707 2.354 9.354a.5.5 0 1 1-.708-.708l6-6z"/&amp;gt;&lt;br&gt;
  &amp;lt;path fill-rule="evenodd" d="M7.646 6.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 7.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/&amp;gt;&lt;br&gt;
&amp;lt;/svg&amp;gt;&lt;/code&gt;&lt;br&gt;
document.querySelector(".to-top").addEventListener("click" , ()=&amp;gt;{window.scroll(0, 0)})&lt;/p&gt;

&lt;p&gt;//Number of Title&lt;/p&gt;

&lt;p&gt;document.querySelectorAll(".g .yuRUbf h3").forEach((ele , i)=&amp;gt;{&lt;br&gt;
    let newDiv = document.createElement('div')&lt;br&gt;
    newDiv.setAttribute('class' , 'counterNum')&lt;br&gt;
    ele.prepend(newDiv)&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;document.querySelectorAll(".counterNum").forEach((ele , i)=&amp;gt;{
    ele.innerHTML = 1 + i
})
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;})&lt;/p&gt;

&lt;p&gt;// left side&lt;/p&gt;

&lt;p&gt;let LeftDive = document.createElement('div')&lt;br&gt;
LeftDive.className = "LeftSide"&lt;br&gt;
LeftDive.innerText = "No Result Fund"&lt;br&gt;
let urlSite = "&lt;a href="https://www.tech-notice.com"&gt;https://www.tech-notice.com&lt;/a&gt;"&lt;br&gt;
document.querySelector(".GyAeWb").append(LeftDive)&lt;/p&gt;

&lt;p&gt;let FilterNods = [...document.querySelectorAll('.g .jtfYYd .NJjxre .iUh30 span:nth-child(1)')]&lt;br&gt;
let ResultFilter = FilterNods.filter(ele =&amp;gt; ele.innerText == urlSite)&lt;/p&gt;

&lt;p&gt;document.querySelector('.LeftSide').innerHTML = &lt;code&gt;&lt;br&gt;
&amp;lt;svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-link-45deg" viewBox="0 0 16 16"&amp;gt;&lt;br&gt;
  &amp;lt;path d="M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z"/&amp;gt;&lt;br&gt;
  &amp;lt;path d="M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243L6.586 4.672z"/&amp;gt;&lt;br&gt;
&amp;lt;/svg&amp;gt;&lt;br&gt;
&amp;lt;span&amp;gt;${ResultFilter.length}&amp;lt;/span&amp;gt;&lt;br&gt;
&amp;lt;svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-bar-chart-steps" viewBox="0 0 16 16"&amp;gt;&lt;br&gt;
  &amp;lt;path d="M.5 0a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-1 0V.5A.5.5 0 0 1 .5 0zM2 1.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1z"/&amp;gt;&lt;br&gt;
&amp;lt;/svg&amp;gt;&lt;br&gt;
&amp;lt;span&amp;gt;${ResultFilter[0].parentElement.parentElement.previousElementSibling.querySelector('.counterNum').innerText}&amp;lt;/span&amp;gt;&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
----------- css code --------------&lt;/p&gt;

&lt;p&gt;h3.LC20lb.MBeuO.DKV0Md {&lt;br&gt;
    display: flex;&lt;br&gt;
    align-items: center;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;.counterNum {&lt;br&gt;
    width: 2rem;&lt;br&gt;
    height: 2rem;&lt;br&gt;
    background-color: #383a40;&lt;br&gt;
    margin-left: 10px;&lt;br&gt;
    display: flex;&lt;br&gt;
    justify-content: center;&lt;br&gt;
    align-items: center;&lt;br&gt;
    font-size: 24px;&lt;br&gt;
    color: white;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;/* Left Side */&lt;/p&gt;

&lt;p&gt;.GyAeWb {&lt;br&gt;
    justify-content: space-between;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;.LeftSide {&lt;br&gt;
    width: 25rem;&lt;br&gt;
    height: 5rem;&lt;br&gt;
    background-color: #ffffff24;&lt;br&gt;
    border-radius: 5px;&lt;br&gt;
    display: flex;&lt;br&gt;
    justify-content: center;&lt;br&gt;
    align-items: center;&lt;br&gt;
    position: sticky;&lt;br&gt;
    top: 4rem;&lt;br&gt;
    direction: ltr;&lt;br&gt;
    gap: 10px;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;/* To top */&lt;/p&gt;

&lt;p&gt;.to-top {&lt;br&gt;
    width: 3rem;&lt;br&gt;
    height: 3rem;&lt;br&gt;
    border-radius: 100%;&lt;br&gt;
    background: #313338;&lt;br&gt;
    position: fixed;&lt;br&gt;
    bottom: 5px;&lt;br&gt;
    right: 5px;&lt;br&gt;
    scroll-behavior: smooth;&lt;br&gt;
    z-index: 99999;&lt;br&gt;
    display: flex;&lt;br&gt;
    justify-content: center;&lt;br&gt;
    cursor: pointer;&lt;br&gt;
    align-items: center;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;.Ww4FFb {&lt;br&gt;
    padding: 5px;&lt;br&gt;
    border-radius: 5px !important;&lt;br&gt;
    background-color: #2a2b2e !important;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;If you have a site and want to know its rank in Google search, just change the link in the js code (urlSite) with your link&lt;/p&gt;

&lt;p&gt;by: &lt;a href="https://ar.tech-notice.com/2024/05/stay-computer-safe.html"&gt;ar.Tech Notice&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Show website address number in google search page (css , js)</title>
      <dc:creator>ar.Tech Notice</dc:creator>
      <pubDate>Fri, 22 Jul 2022 18:11:23 +0000</pubDate>
      <link>https://dev.to/ar_tech_notice/show-website-address-number-in-google-search-page-css-js-j46</link>
      <guid>https://dev.to/ar_tech_notice/show-website-address-number-in-google-search-page-css-js-j46</guid>
      <description>&lt;p&gt;You may want to number the links in the search page of the google search page&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4sra85m1a6nhheo5vdn6.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4sra85m1a6nhheo5vdn6.jpeg" alt="Image description" width="800" height="547"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These simple codes will help you fulfill your request&lt;/p&gt;

&lt;p&gt;1) - The first thing to do is download this add-on to your browser =&amp;gt; &lt;a href="https://chrome.google.com/webstore/detail/user-javascript-and-css/nbhcbdghjpllgmfilhnhkllmkecfmpld"&gt;User JavaScript and CSS&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2) - Go to google and search for anything you want&lt;br&gt;
3) - Click on the icon at the top as in the image, then click on the link that the icon shows you&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjd1e9rrltl7tydgtxyzz.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjd1e9rrltl7tydgtxyzz.jpeg" alt="Image description" width="324" height="160"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4) - A new window will open for you in addition, in the js field, put this code&lt;/p&gt;

&lt;p&gt;`document.querySelectorAll(".g .yuRUbf h3").forEach((ele , i)=&amp;gt;{&lt;br&gt;
    let newDiv = document.createElement('div')&lt;br&gt;
    newDiv.setAttribute('class' , 'counterNum')&lt;br&gt;
    ele.prepend(newDiv)&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;document.querySelectorAll(".counterNum").forEach((ele , i)=&amp;gt;{
    ele.innerHTML = 1 + i
})
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;})`&lt;/p&gt;

&lt;p&gt;5) - in the css field, put this code&lt;/p&gt;

&lt;p&gt;`h3.LC20lb.MBeuO.DKV0Md {&lt;br&gt;
    display: flex;&lt;br&gt;
    align-items: center;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;.counterNum {&lt;br&gt;
    width: 2rem;&lt;br&gt;
    height: 2rem;&lt;br&gt;
    background-color: #383a40;&lt;br&gt;
    margin-left: 10px;&lt;br&gt;
    display: flex;&lt;br&gt;
    justify-content: center;&lt;br&gt;
    align-items: center;&lt;br&gt;
    font-size: 24px;&lt;br&gt;
    color: white;&lt;br&gt;
}`&lt;/p&gt;

&lt;p&gt;6) - Now the code works with&lt;/p&gt;

&lt;p&gt;By = &lt;a href="https://ar.tech-notice.com"&gt;ar.Tech Notice&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
