<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki-solar.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.js</id>
	<title>MediaWiki:Common.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-solar.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.js"/>
	<link rel="alternate" type="text/html" href="https://wiki-solar.com/index.php?title=MediaWiki:Common.js&amp;action=history"/>
	<updated>2026-04-09T13:31:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki-solar.com/index.php?title=MediaWiki:Common.js&amp;diff=308&amp;oldid=prev</id>
		<title>HK: Created page with &quot;/* Any JavaScript here will be loaded for all users on every page load. */ /**  * Open external links in the sidebar in a new window  *  * @source mediawiki.org/wiki/Snippets/...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki-solar.com/index.php?title=MediaWiki:Common.js&amp;diff=308&amp;oldid=prev"/>
		<updated>2023-07-09T15:04:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Any JavaScript here will be loaded for all users on every page load.: &lt;/span&gt; /**  * Open external links in the sidebar in a new window  *  * @source mediawiki.org/wiki/Snippets/...&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
/**&lt;br /&gt;
 * Open external links in the sidebar in a new window&lt;br /&gt;
 *&lt;br /&gt;
 * @source mediawiki.org/wiki/Snippets/Open_external_sidebar_links_in_new_window&lt;br /&gt;
 * @version 1&lt;br /&gt;
 */&lt;br /&gt;
$( '#mw-panel, #panel' ) // #panel is for pre-1.17 compatibility&lt;br /&gt;
	.find( 'li a' )&lt;br /&gt;
	.filter( &amp;quot;[href^='http://'], [href^='https://']&amp;quot; )&lt;br /&gt;
	.attr( 'target' , '_blank' );&lt;/div&gt;</summary>
		<author><name>HK</name></author>
	</entry>
</feed>