<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pool.calebcooper.ie/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://pool.calebcooper.ie/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-exlinks.js"/>
	<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=MediaWiki:Gadget-exlinks.js&amp;action=history"/>
	<updated>2026-04-07T21:31:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://pool.calebcooper.ie/index.php?title=MediaWiki:Gadget-exlinks.js&amp;diff=10022&amp;oldid=prev</id>
		<title>Caleb Cooper: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=MediaWiki:Gadget-exlinks.js&amp;diff=10022&amp;oldid=prev"/>
		<updated>2020-01-28T15:04:19Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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 15:04, 28 January 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key pool:diff:1.41:old-10021:rev-10022 --&gt;
&lt;/table&gt;</summary>
		<author><name>Caleb Cooper</name></author>
	</entry>
	<entry>
		<id>https://pool.calebcooper.ie/index.php?title=MediaWiki:Gadget-exlinks.js&amp;diff=10021&amp;oldid=prev</id>
		<title>powerstorewiki&gt;Caleb Cooper: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=MediaWiki:Gadget-exlinks.js&amp;diff=10021&amp;oldid=prev"/>
		<updated>2020-01-21T18:20:52Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;// **********************************************************************&lt;br /&gt;
// **                 ***WARNING GLOBAL GADGET FILE***                 **&lt;br /&gt;
// **             changes to this file affect many users.              **&lt;br /&gt;
// **           please discuss on the talk page before editing         **&lt;br /&gt;
// **                                                                  **&lt;br /&gt;
// **********************************************************************&lt;br /&gt;
/**&lt;br /&gt;
 * @source mediawiki.org/wiki/Snippets/Open_external_links_in_new_window&lt;br /&gt;
 * @version 5&lt;br /&gt;
 */&lt;br /&gt;
mw.hook(&amp;#039;wikipage.content&amp;#039;).add(function($content) {&lt;br /&gt;
	// Second selector is for external links in Parsoid HTML+RDFa output (bug 65243).&lt;br /&gt;
	$content.find(&amp;#039;a.external, a[rel=&amp;quot;mw:ExtLink&amp;quot;]&amp;#039;).each(function () {&lt;br /&gt;
		// Can&amp;#039;t use wgServer because it can be protocol relative&lt;br /&gt;
		// Use this.href property instead of this.getAttribute(&amp;#039;href&amp;#039;)  because the property&lt;br /&gt;
		// is converted to a full URL (including protocol)&lt;br /&gt;
		if (this.href.indexOf(location.protocol + &amp;#039;//&amp;#039; + location.hostname) !== 0) {&lt;br /&gt;
			this.target = &amp;#039;_blank&amp;#039;;&lt;br /&gt;
			if ( this.rel.indexOf( &amp;#039;noopener&amp;#039; ) &amp;lt; 0 ) {&lt;br /&gt;
				this.rel += &amp;#039; noopener&amp;#039;; // the leading space matters, rel attributes have space-separated tokens&lt;br /&gt;
			}&lt;br /&gt;
			if ( this.rel.indexOf( &amp;#039;noreferrer&amp;#039; ) &amp;lt; 0 ) {&lt;br /&gt;
				this.rel += &amp;#039; noreferrer&amp;#039;; // the leading space matters, rel attributes have space-separated tokens&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	});&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>powerstorewiki&gt;Caleb Cooper</name></author>
	</entry>
</feed>