MediaWiki:Gadget-censor.js: Difference between revisions
Appearance
Replaced content with "$(function () { console.log("skib") });" Tag: Replaced |
No edit summary |
||
| Line 1: | Line 1: | ||
$(function () { | $(function () { | ||
$("body").children().each(function () { | |||
$(this).html( $(this).html().replace("job","j*b") ); | |||
}); | |||
}); | }); | ||
Revision as of 00:27, 16 May 2025
$(function () {
$("body").children().each(function () {
$(this).html( $(this).html().replace("job","j*b") );
});
});