Vancouver PD website features Quick Escape button that wipes itself from history
1–10 of 156 posts
Re: Vancouver PD website features Quick Escape button that wipes itself from history
#2Re: Vancouver PD website features Quick Escape button that wipes itself from history
#3 (a class="quickBrowserEscape ..." target="_blank" href="https://www.google.ca/") Need to leave site for your safety? Quick Escape
$('.quickBrowserEscape').on('click', function () {
document.body.style.opacity = 0;
document.title = 'New Tab';
window.open('https://www.weather.gc.ca/canada_e.html', '_blank');
window.location.replace($('.quickBrowserEscape').attr('href')); // removes current page session DOES NOT WORK IN IE
return false;
});
Would recommend picking random URLs from an array.Re: Vancouver PD website features Quick Escape button that wipes itself from history
#4Re: Vancouver PD website features Quick Escape button that wipes itself from history
#5This is a good idea that deserves to be across all Police, Help, Domestic Violence, 911, Suicide Hotline, etc sites across all countries.
Re: Vancouver PD website features Quick Escape button that wipes itself from history
#6Re: Vancouver PD website features Quick Escape button that wipes itself from history
#7E.g. go to govt.nz and scroll to the bottom. There's a little icon of a computer that opens a popup element inside the page.
It gives information for victims of domestic violence and abuse.
Re: Vancouver PD website features Quick Escape button that wipes itself from history
#8> If you are experiencing family violence, don't worry, the information within this pop-up won't appear in your browser's history.
Pages like Banks or Council websites have it in their footer, so people can lookup information without it appearing in their history
Re: Vancouver PD website features Quick Escape button that wipes itself from history
#9Raises the question of whether browsers should have a [Replace Page, Erase Domain from History] button and hotkey. This is a good idea that deserves to be across all Police, Help, Domestic Violence, 911, Suicide Hotline, etc sites across all countries.
Been there for probably decades, yet another thing mostly known to/used by "advanced" users.
Re: Vancouver PD website features Quick Escape button that wipes itself from history
#10If you need to hide your browsing history from an abusive partner, it would be more secure to use incognito mode and hit Alt+F4 when you need to escape. Unfortunately, Chrome renders incognito windows in dark mode by default. If you're normally on light mode, the transition is extremely conspicuous. Edge and Firefox do the same. It's as if all browser vendors have colluded to make it difficult to browse in secret.