Thành viên:Eternal Dragon/monobook.js
Giao diện
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 Explorer và Safari: 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.
/******************Công cụ đặc biệt cho Bảo quản viên******
** tác giả: [[:en:User:Voice of All]] **
** Việt hóa: [[:vi:User:Vinhtantran]] **
*********************************************************/
importScript("User:Vinhtantran/Specialadmin/monobook.js");
/*********Thêm một số liên kết hữu ích*******/
//Lấy thư viện tạo sẵn
importScript("User:Vinhtantran/Addtabs/monobook.js");
// Bổ sung thông báo thành viên
importScript("User:Vinhtantran/Adminwarnings/monobook.js");
// Add [[WP:Reflinks]] launcher in the toolbox on left
$(function () {
mw.util.addPortletLink(
"p-tb", // toolbox portlet
"http://toolserver.org/~dispenser/cgi-bin/webreflinks.py/" + wgPageName
+ "?client=script&citeweb=on&overwrite=&limit=20&lang=" + wgContentLanguage,
"Reflinks" // link label
)});