Site still changes content despite restricting history.pushState
I’m developing a chrome-extension scraper for a site. What we do is that we simply retrieve the content on the page whenever a certain button is clicked on the site.
Now the site uses the state concepts. What it does is that as soon as button is clicked, it starts rendering the content and change the URL without reloading the page.