79177486

Date: 2024-11-11 11:40:07
Score: 0.5
Natty:
Report link

Maybe someone came here in 2024 like me, here is the code I have used with a fallback url in case there in no browser history of that window:

<a class="btn" href="javascript:window.history.back();" onclick="if(history.length === 1) { window.location.href = '/'; }">Zurück</a>

Replace / with desired URL.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: dig99