<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.seculargames.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ASoloArtistChallenge.js</id>
	<title>MediaWiki:SoloArtistChallenge.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.seculargames.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ASoloArtistChallenge.js"/>
	<link rel="alternate" type="text/html" href="https://wiki.seculargames.org/index.php?title=MediaWiki:SoloArtistChallenge.js&amp;action=history"/>
	<updated>2026-07-29T05:22:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.seculargames.org/index.php?title=MediaWiki:SoloArtistChallenge.js&amp;diff=45813&amp;oldid=prev</id>
		<title>imported&gt;Loramin at 17:57, 30 July 2018</title>
		<link rel="alternate" type="text/html" href="https://wiki.seculargames.org/index.php?title=MediaWiki:SoloArtistChallenge.js&amp;diff=45813&amp;oldid=prev"/>
		<updated>2018-07-30T17:57:45Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;$(function() {&lt;br /&gt;
&lt;br /&gt;
    var user = document.querySelector(&amp;#039;[title=&amp;quot;Your user page \[.\]&amp;#039;).innerText;&lt;br /&gt;
&lt;br /&gt;
    var anchorsWithTitles = document.querySelectorAll(&amp;#039;a[title]&amp;#039;);&lt;br /&gt;
&lt;br /&gt;
    anchorsWithTitles.forEach(function(anchor) {&lt;br /&gt;
        // Only continue if this is an anchor tag for a solo artist challenge mob&lt;br /&gt;
        if (!anchor.previousSibling || !anchor.previousSibling.style || anchor.previousSibling.style.fontSize !== &amp;#039;21px&amp;#039;) return;&lt;br /&gt;
&lt;br /&gt;
        // If this is a solo artist &amp;lt;a&amp;gt;&lt;br /&gt;
        var mob = anchor.title;&lt;br /&gt;
        var mobId = anchor.title.replace(/ /g, &amp;#039;-&amp;#039;);&lt;br /&gt;
        var mobBeatList = document.getElementById(mobId);&lt;br /&gt;
        if (!mobBeatList) return;&lt;br /&gt;
&lt;br /&gt;
        var userBeatMob = (mobBeatList.innerText +&amp;#039;,&amp;#039;).includes(user + &amp;#039;,&amp;#039;);&lt;br /&gt;
//console.log(mob, mobId, mobBeatList.innerText, user, userBeatMob)&lt;br /&gt;
        if (!userBeatMob) return;&lt;br /&gt;
&lt;br /&gt;
        document.querySelector(&amp;#039;[title=&amp;quot;&amp;#039;+ mob + &amp;#039;&amp;quot;]&amp;#039;).previousSibling.innerText = &amp;#039;X&amp;#039;;&lt;br /&gt;
    });&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>imported&gt;Loramin</name></author>
	</entry>
</feed>