I am working on a domestic violence site for women who are in abusive relationships and want help to get out. I need to create a "Safe Exit" button on the page to allow a user to quickly exit the site in case their abuser walks into the room and sees them looking for help.
The desired functionality is:
- Click the button to take you away from current page.
- Hit 20ish believable pages(urls) that will be added to browser history so that it pushes the Domestic Violence site way down in the history and almost renders the back button useless.
- It should never actually load those "dummy urls" and eventually land the user on a page like Google or YouTube.
EXAMPLE OF DESIRED FUNCTIONALITY(red button at page bottom): http://www.ncadv.org/
Ideally this would all happen in a matter of 2 or 3 seconds since time is of the essence for someone in a domestic violence situation. Vanilla Javascript is preferable, jQuery will also work.
Thank you for your help, a lot of people will be grateful for you input.