1

My ideal goal is a modified version of this chrome extension

I want to keep a window always open on a website, and that window is supposed to refresh and bring me at the bottom of the page, continuously (until I stop/close). How do you suggest to proceed?

I found extensions for auto-refresh and extensions for auto-scrolldown, but nothing that puts them together

ab ab
  • 37
  • 4
  • 1
    Have you tried to make a Web-Extension yourself yet? First make a hello world. And then inject a content script. That scrolls down for example with window.scrollTo(). Then make a background script that refresh the page... – Johan Hoeksma Sep 15 '21 at 14:31

0 Answers0