Wikipedia:WikiProject User scripts/Scripts/Replace: Difference between revisions

Content deleted Content added
fix warnings & deprecations (using Migration)
change source to syntaxhighlight
 
Line 1:
// <sourcesyntaxhighlight lang=javascript>
// Adds a "Replace" tab which pops up two prompt boxes; one for a regexp and one for a replacement
function wpTextboxReplace()
Line 28:
});
// </sourcesyntaxhighlight>
 
// [[Category:Wikipedia scripts]]