Interested Article - Vector.js

После сохранения или недавних изменений очистите кэш браузера .
Возможно, этот код документирован .

// "Add section" at the bottom
mw.loader.using( [ "mediawiki.util" ], function() {
	var $newSectionLink = $( '#ca-addsection a' );
	if ( mw.config.get( 'wgNamespaceNumber' ) > 0 && mw.config.get( 'wgAction' ) === 'view' && $newSectionLink.length ) {
		var $duplicateLink = $newSectionLink.clone().addClass( 'ruwiki-addSectionBottom' );
		
		// Avoid duplicate accesskey
		$duplicateLink.removeAttr( 'accesskey' );
		$duplicateLink.updateTooltipAccessKeys();
		$duplicateLink.insertAfter( '#content' );
	}
} );
Источник —

Same as Vector.js