79691316

Date: 2025-07-05 20:11:34
Score: 2.5
Natty:
Report link

Use :

var hash = window.location.hash;

var hash = hash.replace('#', '');

then the variable "hash" has the hash without "#"

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: DJPartyEpic