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 array = [...mwFullPageName.matchAll(/title=(.+?)(?:&|$)/g)];
mwFullPageName = array[array.length - 1][1];
} else {
mwFullPageName = mwFullPageName.replace(/http(s|):\/\/en.moegirl.org\//,"");
}
mwFullPageName = mwFullPageName.replace(/#.+$/,"");
console.log("FULLPAGENAME:"+mwFullPageName);