User:WOSlinkerBot/tabletidy.js: Difference between revisions

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 {...'
 
WOSlinkerBot (talk | contribs)
No edit summary
Line 26:
 
myContent = myContent.replace(/\{\| *border\=\"1\" *cellpadding\=\"\d*\" *cellspacing\=\"\d*\" *class\=\"wikitable/g,'{| class="wikitable');
myContent = myContent.replace(/\{\| *border\=\"1\" *cellspacing\=\"\d*\" *cellpadding\=\"\d*\" *class\=\"wikitable/g,'{| class="wikitable');
myContent = myContent.replace(/\{\| *cellpadding\=\"\d*\" *cellspacing\=\"\d*\" *class\=\"wikitable/g,'{| class="wikitable');
myContent = myContent.replace(/\{\| *cellspacing\=\"\d*\" *cellpadding\=\"\d*\" *class\=\"wikitable/g,'{| class="wikitable');
myContent = myContent.replace(/\{\| *cellspacing\=\"\d*\" *class\=\"wikitable/g,'{| class="wikitable');
myContent = myContent.replace(/\{\| *cellpadding\=\"\d*\" *class\=\"wikitable/g,'{| class="wikitable');
 
if(document.getElementById('wpTextbox1').value != myContent) {