mirror of
https://github.com/prurigro/hypothetical.git
synced 2025-02-16 14:08:45 -05:00
3 lines
106 B
JavaScript
Vendored
3 lines
106 B
JavaScript
Vendored
let SiteVars = {
|
|
page: location.href.replace(/^[^:]*:\/\/[^\/]*\//, "").replace(/(\/|#|\?).*/, "")
|
|
};
|