גילגמש
יצירת דף עם התוכן "←** SOURCE: mediawiki.org/wiki/Snippets/Open_external_links_in_new_window **: mw.hook( 'wikipage.content' ).add( function( $content ) { $content.find( 'a.external, a[rel="mw:ExtLink"], a[rel="nofollow"]' ).each( function () { if ( this.href.indexOf( location.protocol + '//' + location.hostname ) !== 0 ) { this.target = '_blank'; if ( this.rel.indexOf( 'noopener' ) < 0 ) { this.rel += ' noopener'; // the leading space matters, rel attributes h..."