mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-04-15 16:56:37 +00:00
3 lines
141 B
JavaScript
3 lines
141 B
JavaScript
const anchor = document.location.hash.substring(1);
|
|
const redirects = {};
|
|
if (redirects[anchor]) document.location.href = redirects[anchor];
|