This script will help you keep your android browser run in the back ground, and play sound when you start joining the game.
- Create a new bookmark.
- Copy the code above.
javascript:(function() {
var url = 'https://raw.githubusercontent.com/truong0235/GeforceNow-web-script/refs/heads/main/main-script.js';
fetch(url)
.then(response => response.text())
.then(text => {
eval(text);
})
.catch(error => console.error('Error loading script:', error));
})();
- Go through your bookmark list.
- Edit your new bookmark:
- Edit your bookmark name as you like, you will need it when you want to use the script (my_script for example).
- Change the url to the script you copy above.
- Save it, and youre done the setup part.
- Open Geforce Now website on your browser.
- Tap on the URL bar, type your bookmark name you have set from above step (my_script for example), click on the bookmark when you see it.
- Now you can join the queue, and let your browser run in the background, it will play sound when its end the wait time.
- To check if the scipt is running or not, look at the notification section on your phone and see if your browser is playing audio or not.
- To stop the script, simply refresh the tab (i dont have enough skill to make a menu for it).
I do not own the audio files 30_seconds_of_silence.mp3; Usagi_Flap.ogg, if you dont want your resource being used, please let me know by create issue ticket.