I revised the flow of my site to make a more engaging story with the user. It involved a couple new scripts to prevent the user from using the back button. It is technically not possible to disable the back button, but it is possible to make it reload the same page whenever it is clicked. A CSS script will also be used to reveal text when an image is scrolled over. Another script is one that will randomly generate divs upon refreshing the page.
Here are my script sources:
“Disabling” the back button
Text animation on hover
Random div on refresh