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