Enhanced recent changes - I've loved the feature ever since adding this code to my [[Special:MyPage/common.js]] (or global.js)
// Auto-Expand all grouped RC/Watchlist entries. $( function () { $('.mw-enhancedchanges-arrow').click(); } );
It auto-expands all the groups (as if auto-clicking all the arrows/triangles), in RC/Watchlist. I consider it integral/necessary.
Request: Could (something like) that be added as either:
- a new user-preference
- a toggle button on the RC/Watchlist pages (so that we only have to click once, instead of once-per-item)
- something else?