About:Blank

Click to open the site in about:blank, it helps hiding link from history.

Tab Cloak

Disguise the site tab!

Themes (Experimental)

Change the sites appearance to your liking.

Panic Button

Sets a key to press that redirects the page to a site of your choice. Use when teachers or your boss is around.

Bookmark Site

Click to receive instructions to bookmark the site, so you never lose the website URL.

'); // Close the document in the new window newWindow.document.close(); } function hideURL() { var newURL = "/about_blank"; // Replace this with the URL you want to show history.replaceState(null, null, newURL); document.getElementById('messageBox').innerText = 'URL hidden from history.'; setTimeout(function() { document.getElementById('messageBox').innerText = ''; }, 2000); // Hide the message after 2 seconds }