
Goback-popup is a JavaScript library that uses history() API to open a random URL in a new window as you click the back button in the browser.
How to use it:
1. Insert the randPopup.js script into the document.
<script src="randPopup.js"></script>
2. Override the default URLs in the JS.
var randURL = [
"https://www.jqueryscript.net/",
"https://cssscript.com/",
"https://www.google.com/"
];






