<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>webrowser &amp;mdash; furycd001</title>
    <link>https://write.as/furycd001/tag:webrowser</link>
    <description></description>
    <pubDate>Tue, 01 Sep 2026 07:45:28 +0000</pubDate>
    <item>
      <title>Automatically scroll down or up through a webpage.</title>
      <link>https://write.as/furycd001/automatically-scroll-down-or-up-through-a-webpage?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[alt text&#xA;&#xA;Did you know that you can use javascript to automatically scroll to the bottom or top of any webpage. All you need is the code below &amp; firefox..&#xA;&#xA;var scroll = setInterval(function(){ window.scrollBy(0,8000); }, 2000);&#xA;&#xA;To use this piece of javascript I simply opened up the browsers inspector window by pressing &#34;CTRL+SHIFT+C&#34;, clicked on &#34;CONSOLE&#34; &amp; then pasted in the javascript to the box at the bottom. With the code pasted into the box I then pressed enter &amp; left the browser to do it thing. When finshed I closed the inspector &amp; began looking for what it was I wanted to find.&#xA;&#xA;With the above javascript you can change the numbers at the end to scroll further or less &amp; up or down....&#xA;  &#xA;----&#xA;#web #webpage #html #javascript #webrowser #firefox #inspector #console]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="http://i.imgur.com/VxyWX66.png" alt="alt text" title="waterfox web browser with console open"/></p>

<p>Did you know that you can use javascript to automatically scroll to the bottom or top of any webpage. All you need is the code below &amp; firefox..</p>

<pre><code class="language-javascript">var scroll = setInterval(function(){ window.scrollBy(0,8000); }, 2000);
</code></pre>

<p>To use this piece of javascript I simply opened up the browsers inspector window by pressing <strong>“CTRL+SHIFT+C”</strong>, clicked on <strong>“CONSOLE”</strong> &amp; then pasted in the javascript to the box at the bottom. With the code pasted into the box I then pressed enter &amp; left the browser to do it thing. When finshed I closed the inspector &amp; began looking for what it was I wanted to find.</p>

<p>With the above javascript you can change the numbers at the end to scroll further or less &amp; up or down....</p>

<hr/>

<p><a href="https://write.as/furycd001/tag:web" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">web</span></a> <a href="https://write.as/furycd001/tag:webpage" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">webpage</span></a> <a href="https://write.as/furycd001/tag:html" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">html</span></a> <a href="https://write.as/furycd001/tag:javascript" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">javascript</span></a> <a href="https://write.as/furycd001/tag:webrowser" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">webrowser</span></a> <a href="https://write.as/furycd001/tag:firefox" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">firefox</span></a> <a href="https://write.as/furycd001/tag:inspector" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">inspector</span></a> <a href="https://write.as/furycd001/tag:console" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">console</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/automatically-scroll-down-or-up-through-a-webpage</guid>
      <pubDate>Fri, 14 Feb 2020 08:54:52 +0000</pubDate>
    </item>
  </channel>
</rss>