Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

163
Vistas
How can I redirect to multiple fake websites to fill user's history?

I have to do something similar to how this works when you press the "quick exit" button https://www.nationaldahelpline.org.uk/

Basically, when you press that button a new tab with Google will open and the initial website will be redirected through a bunch of fake websites so it goes down in user's history.

I solved opening a new tab by using window.open. Then I tried to do some fake redirects with window.location.replace in a loop but after the first redirect it's a whole new page so my code is lost...

The backend is in .NET, but I'm not sure if this should be done from frontend or from backend, or a combination of both.

I really don't know how I could achieve this...any help would be appreciated, thanks!

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

It's not the base site that's redirecting, it's the webserver itself that's listening to http://beta-host.co.uk (clicking that link will redirect you many times, spamming your browser history).

When calling said site, it redirects itself to 312tpfk.beta-host.co.uk and that site redirects to 313tpfk.beta-host.co.uk and that one to 314tpfk.beta-host.co.uk and so on. Each time counting the number up by 1 (312, 313, 314, 315).

The trick here is that it changes only the subdomain, which creates a new browser entry each time.

So, if you want to do that yourself create a redirect on your server that redirects to some up-counting subdomain to create a new browser history entry every time or redirect to that site.

You cannot run javascript in a new page after you destroyed your current one (credits to Quentin)

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda