https://bugzilla.wikimedia.org/show_bug.cgi?id=54149
--- Comment #2 from Quiddity <[email protected]> --- (In reply to comment #1) > I think this is actually a request for MediaWiki core's enhanced recent > changes, not for this extension specifically. The code to "auto-expand all sections" is different, for core enhanced RC. Ie: CleanChanges can do this with: /* CleanChanges group auto-expand. (Credit to [[m:User:PiRSquared17]]) */ $(window).load(function(){$('a[href^="javascript:toggleVisibilityE"]:odd').each(function(i,x){eval($(x).attr('href').substring(11))})}); Core enhanced RC can do this with: /* Expand all grouped RC/Watchlist entries. (Credit to [[m:User:PiRSquared17]]) */ $(window).load(function() { $('.mw-enhancedchanges-arrow').click(); }); -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
