Jump to content

MediaWiki:Gadget-censor.js: Difference between revisions

From Horse Bar Lobster
Replaced content with "$(function () { console.log("skib") });"
Tag: Replaced
No edit summary
Line 1: Line 1:
$(function () {
$(function () {


console.log("skib")
$("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") );
});



});