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.
var username = mw.config.get("wgUserName");
var pagename = mw.config.get("wgPageName");
if ( (mw.config.get("wgAction") == "edit" && pagename != ("User talk:" + username)) || pagename == "Special:Upload")
	alert("Editors have raised multiple concerns with your edits, see [[User talk:" + username + "]] to resolve them.");

/*
Instructions for use: add the following line or copy and paste the above to [[User:X/common.js]], then protect that page.
mw.loader.load("//en.wikipedia.org/w/index.php?title=User:MER-C/payattention.js&action=raw&ctype=text/javascript"); // Unprotect and remove this line when editor has responded to their communication issues.

==Your lack of communication==
Wikipedia is a collaborative project; you are <u>expected</u> to pay attention to this page and respond to the concerns of other editors. 
Failure to do so may result in your [[WP:BLOCK|editing privileges being revoked]] due to said concerns. When a new message is posted to 
this page, you will receive a notification similar to the one in [[:File:Echo talk page notification.PNG|this image]]. The conventions of
talk pages are outlined at [[Help:Using talk pages]] and [[Wikipedia:Talk page guidelines]].

When you have understood this concern, please summarize the messages on this page (including this one), state how your editing will improve
in response to them and place {{tl|adminhelp}} on this page. An administrator will soon remove the warning messages. <!-- Admin instructions:
delete [[User:X/common.js]] or unprotect it and remove the indicated script. -->
*/