Content deleted Content added
WOSlinkerBot (talk | contribs) ←Created page with 'function lint_queryString(p) { var re = RegExp('[&?]' + p + '=([^&]*)'); var matches; if (matches = re.exec(document.___location)) { try { return decodeURI(matches[1]); } catch (e) { } } return null; } //Add a 'lint edit' tab if(mw.config.get('wgArticleId') != 0 ) { $( function lintEditButton() { mw.util.addPortletLink('p-cactions', mw.util.getUrl(null,{action:'edit',lintedi...' |
WOSlinkerBot (talk | contribs) No edit summary |
||
Line 25:
var myContent = document.getElementById('wpTextbox1').value;
//myContent = myContent.replace(/(\<span style\=\"font-family\: Verdana\"\>\[\[User\:Seadog\.M\.S\|\<font color\=\"Mediumblue\"\>\'\'\'Seadog\'\'\'\)(]\]\<sup\>\[\[User talk\:Seadog\.M\.S\|Talk\]\]\<\/sup\>) *(\<\/font\>)/g,'$1$3$2');
//myContent = myContent.replace(//g,'');
//myContent = myContent.replace(//g,'');
|