https://bugzilla.wikimedia.org/show_bug.cgi?id=46412

--- Comment #7 from ShoeMaker <[email protected]> ---
Okay, the jquery / JavaScript to make those things disappear is:

// Remove [rollback]
$('span.mw-rollback-link').remove();
// Remove " | block" link
$('span.mw-usertoollinks').each(function () {
    var $elem = $(this);
    $elem.children('a:last').replaceWith("-");
    $elem.html($elem.html().replace(" | -", ""));
});

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to