( function( $, mw ) { $( function() { var offset = $( '#mw-content-text a.extiw' ).not( '.ilh-link a.extiw' ).offset(); if ( offset ) { $( 'html, body' ).animate( { scrollTop: offset.top } ); } } ); } )( jQuery, mediaWiki );