Thành viên:Mikimik/monobook.js
Sau khi lưu trang này, hãy xóa bộ nhớ đệm của trình duyệt để những thay đổi hiện ra:
Chrome, Firefox, Internet Explorer, Opera: Ctrl+⇧ Shift+R
/* This function is used to include scripts from other pages in wiki. */
function mImportScript (page, site)
{
if ( !site ) site = wgServer;
page = page.replace(/^\[\[/, "").replace(/]]$/, "");
importScriptURI ( site + wgScript + "?title=" + page + "&action=raw&ctype=text/javascript" );
}
mImportScript ("User:Mikimik/js/shared.js", "http://en.wikipedia.org"); /* importing shared.js */