m change to function |
mNo edit summary |
||
Line 1: | Line 1: | ||
console.log("User:One-Six/fullpagename.js is loaded"); | |||
const hrefFullPageNamee = () => { | const hrefFullPageNamee = () => { | ||
let fullPageNamee = window.location.href.replace(/http(s|):\/\/en.moegirl.org\//,""); | let fullPageNamee = window.location.href.replace(/http(s|):\/\/en.moegirl.org\//,""); |
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);
};