Diferencia entre revisiones de «MediaWiki:Gadget-Arcanum-fetch-quote.js»

Allow links to 17S posts in the fetched quote (noticed while patrolling Cite:Arcanum-1219)
m (name functions)
(Allow links to 17S posts in the fetched quote (noticed while patrolling Cite:Arcanum-1219))
 
const speaker = document.createElement('h4');
speaker.innerText = line.speaker;
if (speaker.innerText.includes('href') && (speaker.innerText.includes('twitter.com') || speaker.innerText.includes('17thshard.com'))) {
// speaker is a link to twitter, so show it as such
speaker.innerHTML = speaker.innerText