mic_none

User:Qwerfjkl/scripts/editRedirect.js Source: en.wikipedia.org/wiki/User:Qwerfjkl/scripts/editRedirect.js

$(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]]