Request: Load user's global.js and global.css when using mobile too
Problem statement:
Currently JavaScript codes in one's global.js and global.css user subpage only loads in desktop interface. Global CSS and JavaScript subpages acts almost like common.js/common.css, but it doesn't load on mobile websites. Without this ability, GlobalCssJs doesn't accomplish its core goal of eliminating the need to manually import scripts on each site
Example use case:
https://meta.wikimedia.org/wiki/User:DannyS712/Global_watchlist.js creates a global watchlist at Special:BlankPage.js, and is generally imported into user's global.js; it should also be available when using the mobile interface