I need to find a way to make a webpage go back then forward in the history as I am creating a simple YouTube adblocker chrome extension. So far, I have:
history.back();
history.forward();
However, this just goes back to the previous webpage. Is there any way to possibly implement this?