User:Bobblewik/monobook.js/dates.js: Difference between revisions

Content deleted Content added
Bobblewik (talk | contribs)
mNo edit summary
Bobblewik (talk | contribs)
mNo edit summary
Line 2:
var s = prompt("Search regexp?");
if(s) {
var s = "/(_Century)\]\]/gi"
var r = "$1"
var txt = document.editform.wpTextbox1;
txt.value = txt.value.replace(/(_Century)\]\]/gis, '$2blob'r);
}