User:Interiot/Tool2/code.js: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 132:
var history_entry = new Array();
//history_entry["date_text"] = history_text.match( /^<li>([^(<]+)/is )[1];
//history_entry["title"] = history_text.match( /title="([^"]+)"/is )[1]
//.replace( /&quot;/g, "\"")
//.replace( /&amp;/g, "&");
Line 141:
 
//dump_lines(history_entry);
dump_text(history_entry["minortitle"]);
}
}