Remix.run Logo
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.

make3 28 minutes ago | parent [-]

I'm sure 99% don't? Unless your abuser is a CS major

thomascountz 14 minutes ago | parent [-]

There are tools which exist to make things such as this accessible to non-CS major perpetrators.