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.
/*(function () {
   const c = document.documentElement.classList;
   if ( c.contains( 'skin-night-mode-page-disabled' ) ) {
     c.remove( 'skin-night-mode-page-disabled' );
     c.add( 'skin-theme-clientpref-night' );
   }
}());*/

$('.minerva-user-menu .toggle-list__list--drop-down').attr( 'id', 'p-personal' );
$( '#mw-mf-page-left .menu:first-child' ).attr( 'id', 'p-navigation');
$('#page-actions-overflow .toggle-list__list--drop-down').attr( 'id', 'p-tb' );
// importScript( 'User:Jdlrobson/wikidataInfobox.js' );
//mw.loader.load('/w/index.php?title=User:Jdlrobson/wikidataInfobox.js&action=raw&ctype=text/javascript');
console.log('user minerva js is running');

                mw.trackSubscribe( 'resourceloader.exception', function ( topic, data ) {
alert(topic + JSON.stringify(data)); 
                        $( 'body' ).addClass( 'user-jdlrobson-error');
                } );
                // setup the global error handler
                mw.trackSubscribe( 'global.error', function ( topic, error ) {
alert(error);alert(topic);
                        $( 'body' ).addClass( 'user-jdlrobson-error');
                } );