Content deleted Content added
Writ Keeper (talk | contribs) try something |
Writ Keeper (talk | contribs) Undid revision 683502459 by Writ Keeper (talk) didn't work, i'll try spans or something |
||
Line 3:
if(mw.config.get("wgCanonicalSpecialPageName") == "Contributions")
{
$("ul.mw-contributions-list").before("Revision deletion: <form style='display:inline;'><input type='button' id='revdelSelectAll' value='Select all'><input type='button' id='revdelSelectNone' value='Select none'><input type='checkbox' id='revdelContent' name='revdelOptions' value='content'>
$("ul.mw-contributions-list span.mw-revdelundel-link").each(function(ind,el){
var revId = /ids=(\d+)/.exec($(this).children("a").attr("href"))[1];
|