| ▲ | phillipseamore 5 hours ago |
| (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. |
|
| ▲ | 5 hours ago | parent | next [-] |
| [deleted] |
|
| ▲ | shakna 2 hours ago | parent | prev [-] |
| This would also leave intact cookies, local/session storage, indexeddb, caches. All of which abusers do actually check, when controlling their victims. |
| |