How It Works
A button is added to your website so the user can activate the extension. If the user decides not to download the extension, they will still be able to leave the website, but their browser history will not be replaced.
How to Add the Button to Your Website
- Please enter any domain names associated with your site. Any page under this domain will be removed from the user's history.
- Please enter safe website name used to replace current website if user chooses not to download the extension.
- Please choose what kind of auto-generated content will replace the user's browser history.
- Copy and paste this code into your website's HTML code.
<!-- Quick Quit Button -->
<!-- Below ID for Custom Styling -->
<button id="quickQuitButton" style="
position: fixed;
bottom: 10px;
right: 10px;
background-color: red;
color: white;
border: none;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
z-index: 1000;">Get Me Out!</button>
<!-- Quick Quit Script -->
<script
src="https://quickquit.app/static/js/quickquit.js"
data-domains="justlife.org.uk,lifeshare.org.uk"
data-safe-content="news,videos"
data-exit-site="https://example.com">
</script>