User:Qwerfjkl/scripts/editRedirect.js

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
$(function() { 	$('#mw-content-text .mw-redirect').after(function() { 		return this.href.indexOf('action=edit') !== -1 || this.href.indexOf('action=') !== -1  || this.href.indexOf('diff=') !== -1 ? '' 			: '<a href="' + 			this.href + 			(this.href.includes('?') ? '&' : '?') + 			'action=edit" title="' + 			(this.title || this.href) + 			' (edit redirect)"><sup>(→)</sup></a>'; 	}); });

// [[:Category:Wikipedia scripts]]