Pengguna:Aplikasi/Watchlist-hideAWB
Watchlist-hideAWB (source) – hide/show option for edits made using WP:AWB. Options appear in the "More" dropdown (Vector skin) or on a tab next to "Special page" (Monobook skin).
Installation
suntingAdd the following to Special:MyPage/common.js (or your skin-specific js, if you prefer):
importScript( 'Pengguna:Aplikasi/Watchlist-hideAWB.js' ); // Backlink: [[Pengguna:Aplikasi/Watchlist-hideAWB.js]]
If you want AWB edits to be hidden by default, add var awbHiddenByDefault = true;
after the importScript line, like this: [1]