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. While one the other handWithout this ability, one's user common.js/common.css loads locally but loads in all skins and websites. If I want to use some sort of script on the mobile interface, I'd have to go to all wikis and install the code manually there.#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`, There should be a way to add support for mobile interface.and is generally imported into user's global.js; it should also be available when using the mobile interface