Thành viên:NgocAnMaster/EditNoticesOnMobile-desktop.js

Chú ý: Sau khi lưu thay đổi trang, bạn phải xóa bộ nhớ đệm của trình duyệt để nhìn thấy các thay đổi. Google Chrome, Firefox, Internet ExplorerSafari: Giữ phím ⇧ Shift và nhấn nút Reload/Tải lại trên thanh công cụ của trình duyệt. Để biết chi tiết và hướng dẫn cho các trình duyệt khác, xem Trợ giúp:Xóa bộ nhớ đệm.

//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']);
}