Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// [[User:ZI Jony/MobileMoreMenu.js]] - works on Minerva skin only.
if ( mw.config.get( 'skin' ) === 'minerva' ) {
// Common
mw.loader.load('//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:ZI_Jony/MobileMoreMenu/common.js');
// User
mw.loader.load('//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:ZI_Jony/MobileMoreMenu/user.js');
}