:User:Alexis Jazz/EditNoticesOnMobile-desktop.js
//This script is irrevocably released as WTFPL Version 2[http://www.wtfpl.net/about/] by its author, Alexis Jazz.
//This enables edit notices on desktop Minerva, for example https://en.wikipedia.org/w/index.php?title=Talk:Goofy&action=edit&useskin=minerva
//Nobody uses desktop Minerva. Notices don't even work but nobody cares. (T306737)
//console.log('enom-desktop: unhide notices on desktop Minerva');
if ( mw.config.get('wgAction') == 'edit' ){
$('.editnotice-page .fmbox,.editnotice-page .tmbox,.editnotice-page .tmbox-content').removeClass(['fmbox','tmbox','tmbox-content']);
}