Note: After publishing, you may have to bypass your browser's cache to see the changes.
let mwFullPageName = window.location.href.replace(/http(s|):\/\/en.moegirl.org\//,"");
if(/index\.php/g.test(mwFullPageName)) {
let match = /title=(.+?)(?:&|$)/g.exec(mwFullPageName);
mwFullPageName = match[match.length - 1];
} else {
mwFullPageName = mwFullPageName.replace(/http(s|):\/\/en.moegirl.org\//,"");
}
mwFullPageName = mwFullPageName.replace(/#.+$/,"");
console.log("FULLPAGENAME:"+mwFullPageName);