<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="he">
	<id>http://www.breslev.wiki/index.php?action=history&amp;feed=atom&amp;title=%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99%3AGadget-ExternalLinkNewTab.js</id>
	<title>מדיה ויקי:Gadget-ExternalLinkNewTab.js - היסטוריית גרסאות</title>
	<link rel="self" type="application/atom+xml" href="http://www.breslev.wiki/index.php?action=history&amp;feed=atom&amp;title=%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99%3AGadget-ExternalLinkNewTab.js"/>
	<link rel="alternate" type="text/html" href="http://www.breslev.wiki/index.php?title=%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99:Gadget-ExternalLinkNewTab.js&amp;action=history"/>
	<updated>2026-07-25T08:52:15Z</updated>
	<subtitle>היסטוריית הגרסאות של הדף הזה בוויקי</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://www.breslev.wiki/index.php?title=%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99:Gadget-ExternalLinkNewTab.js&amp;diff=3369&amp;oldid=prev</id>
		<title>יאיר מן: גרסה אחת יובאה</title>
		<link rel="alternate" type="text/html" href="http://www.breslev.wiki/index.php?title=%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99:Gadget-ExternalLinkNewTab.js&amp;diff=3369&amp;oldid=prev"/>
		<updated>2019-08-28T10:06:36Z</updated>

		<summary type="html">&lt;p&gt;גרסה אחת יובאה&lt;/p&gt;
&lt;p&gt;&lt;b&gt;דף חדש&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/***&lt;br /&gt;
SOURCE: mediawiki.org/wiki/Snippets/Open_external_links_in_new_window&lt;br /&gt;
***/&lt;br /&gt;
mw.hook( 'wikipage.content' ).add( function( $content ) {&lt;br /&gt;
	$content.find( 'a.external, a[rel=&amp;quot;mw:ExtLink&amp;quot;]' ).each( function () {&lt;br /&gt;
		if ( this.href.indexOf( location.protocol + '//' + location.hostname ) !== 0 ) {&lt;br /&gt;
			this.target = '_blank';&lt;br /&gt;
			if ( this.rel.indexOf( 'noopener' ) &amp;lt; 0 ) {&lt;br /&gt;
				this.rel += ' noopener'; // the leading space matters, rel attributes have space-separated tokens&lt;br /&gt;
			}&lt;br /&gt;
			if ( this.rel.indexOf( 'noreferrer' ) &amp;lt; 0 ) {&lt;br /&gt;
				this.rel += ' noreferrer'; // 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>יאיר מן</name></author>
		
	</entry>
</feed>