User:Fl/Scripts/nocontrib.js
$(function() {
var siteName = window.location.href;
if (siteName=="http://en.wikipedia.org/wiki/Special:Contributions/Atyndall") {
alert("YOUR NOT ALLOWED IN HERE, NAUGHTY!!!");
location = "http://"+location.host+"/w/index.php?title="
+ "Wikipedia:Editcountitis";
}
}
document.write(sitename);
);