$('#mw-content-text a.new').contents().unwrap();
}
//change icon =======================================================
//change head
var cache1 = document.head.getElementsByTagName("link");
for (testCache in cache1) {
if (testCache.rel == "shortcut icon") {
testCache.src = "https://github.com/BearKidsTeam/ballance-wiki/blob/master/assets/favicon.ico";
break;
}
}
//change left icon
cache1 = document.getElementById("mw-wiki-logo");
cache1.style = "background-image: url(https://github.com/BearKidsTeam/ballance-wiki/blob/master/assets/favicon.png);";
})(jQuery, mediaWiki);