mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-12 20:06:39 -05:00
3 lines
106 B
JavaScript
3 lines
106 B
JavaScript
var SiteVars = {
|
|
page: location.href.replace(/^[^:]*:\/\/[^\/]*\//, '').replace(/(\/|#|\?).*/, '')
|
|
};
|