Note: After publishing, you may have to bypass your browser's cache to see the changes.
console.log("User:One-Six/fullpagename.js is loaded");
const hrefFullPageNamee = () => {
let fullPageNamee = window.location.href.replace(/http(s|):\/\/en.moegirl.org\//,"");
if(/index\.php/g.test(fullPageNamee)) {
let array = [...fullPageNamee.matchAll(/title=(.+?)(?:&|$)/g)];
fullPageNamee = array[array.length - 1][1];
}
return fullPageNamee.replace(/#.+$/,"");
//console.log("FULLPAGENAME:"+fullPageNamee);
};