<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://anotherwiki.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-exlinks.js</id>
	<title>MediaWiki:Gadget-exlinks.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://anotherwiki.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-exlinks.js"/>
	<link rel="alternate" type="text/html" href="https://anotherwiki.org/index.php?title=MediaWiki:Gadget-exlinks.js&amp;action=history"/>
	<updated>2026-05-26T23:32:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://anotherwiki.org/index.php?title=MediaWiki:Gadget-exlinks.js&amp;diff=683&amp;oldid=prev</id>
		<title>Jarandhel: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://anotherwiki.org/index.php?title=MediaWiki:Gadget-exlinks.js&amp;diff=683&amp;oldid=prev"/>
		<updated>2012-04-01T18:41:05Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:41, 1 April 2012&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key anotherwiki2-wiki_:diff:wikidiff2:1.12:old-682:rev-683:1.13.0 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jarandhel</name></author>
	</entry>
	<entry>
		<id>https://anotherwiki.org/index.php?title=MediaWiki:Gadget-exlinks.js&amp;diff=682&amp;oldid=prev</id>
		<title>GreenReaper: From Wikipedia:MediaWiki:Gadget-exlinks.js by Prodego, Xaosflux, Random832</title>
		<link rel="alternate" type="text/html" href="https://anotherwiki.org/index.php?title=MediaWiki:Gadget-exlinks.js&amp;diff=682&amp;oldid=prev"/>
		<updated>2009-10-27T05:39:55Z</updated>

		<summary type="html">&lt;p&gt;From &lt;a href=&quot;http://en.wikipedia.org/wiki/MediaWiki:Gadget-exlinks.js&quot; class=&quot;extiw&quot; title=&quot;wikipedia:MediaWiki:Gadget-exlinks.js&quot;&gt;Wikipedia:MediaWiki:Gadget-exlinks.js&lt;/a&gt; by Prodego, Xaosflux, Random832&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;// From [[Wikipedia:MediaWiki:Gadget-exlinks.js]]&lt;br /&gt;
addOnloadHook(function() {&lt;br /&gt;
    var content = document.getElementById(&amp;#039;content&amp;#039;);&lt;br /&gt;
    if(!content) content = document.getElementById(&amp;#039;mw_content&amp;#039;);&lt;br /&gt;
    if(!content) return;&lt;br /&gt;
    var alinks = content.getElementsByTagName(&amp;#039;a&amp;#039;);&lt;br /&gt;
    var tablink, sitename;&lt;br /&gt;
    for (var i = 0, leng = alinks.length; i &amp;lt; leng; i++) {&lt;br /&gt;
        tablink = alinks[i];&lt;br /&gt;
        if (tablink.className.indexOf(&amp;quot;external&amp;quot;) != -1 &amp;amp;&amp;amp; tablink.href.indexOf(wgServer) != 0)&lt;br /&gt;
            tablink.target = &amp;quot;_blank&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>GreenReaper</name></author>
	</entry>
</feed>