mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
4 lines
104 B
JavaScript
4 lines
104 B
JavaScript
var SiteVars = {
|
|
page: location.href.replace(/https*:\/\/[^\/]*\//, '').replace(/(#|\?).*/, '')
|
|
};
|
|
|