- Extract the main NSO
- Convert it into an ELF (to strip header/hashes)
- Load it into Ida, find the function and patch the bytes back into the binary
- Convert the ELF back into NSO
- Use the nso as exefs patch or re-import it into the NCA/NSP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Spotify Desk2Mobile | |
// @namespace https://github.com/Slluxx/Desk2Mobile | |
// @downloadURL https://gist.github.com/Slluxx/af1afbf96dbb0e42c2bac1949b4dce17/raw/spotifydesk2mobile.user.js | |
// @updateURL https://gist.github.com/Slluxx/af1afbf96dbb0e42c2bac1949b4dce17/raw/spotifydesk2mobile.user.js | |
// @version 2025-07-31.3 | |
// @description Turns the desktop-mode website back into mobile to restore a fully working webplayer. | |
// @author SLX | |
// @match https://open.spotify.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=spotify.com |