I am trying to create an autoscroll google extension ( in vanilla js), that knows how to receive the height information of any current page I am on, in order to mimic a section with the same height property as the page I am on, to enable an auto scroll through out the page.
Is there anyway of doing this? If not what would be the smartest way of creating a google chrome extension for auto scrolling ( in vanilla js)