ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

How to enable sound notifications in the SB


  • Please log in to reply
How to enable sound notifications in the SB

#1

Dick
Dick
    Offline
    235
    Rep
    705
    Likes

    Developer

Posts: 640
Threads: 282
Joined: Aug 12, 2019
Credits: 0

Four years registered
#1

Step 1:

Go to chrome://settings/content/sound

Under `Allowed to play sound` click `Add` and add these:

nulled.to
www.nulled.to

Step 2:

In nulled.to homepage right click and then `inspect`

Go to `console` tab and paste these codes:

async function notify() {
    console._log_old = console.log
    console.log = async function (msg) {
        if (msg.toString().includes('message')) {
            let snd = new Audio('https://api.ipfsbrowser.com/ipfs/get.php?hash=QmPb8nxNGzdSPMKz18v27GYUYRRhDoo1jNbka732ATxg7s');
            await snd.play()
        }
        console._log_old(msg);
    }
}

Click enter

then write in the same console:

await notify()

And click enter and you are done!

 

NOTES:

  • Will work for both general and marketplace
  • You can change the link for any wav notification sound file 
  • Do not use a moaning sound if you are at work like me

  • 2

Green-Dark-Minimalist-Animated-Nature-Mu


#2

HomesickForUs
HomesickForUs
    Online
    1668
    Rep
    8180
    Likes

    I JUST ADVERTISE FOR OTHERS, I SELL NOTHING

Posts: 10826
Threads: 596
Joined: Dec 29, 2018
Credits: 0

Five years registered
#2

smart, ty


  • 2
604UIxj.gif
SiRSH.gif
9Oq6tka.gif

#3

absoluteX
absoluteX
    Offline
    0
    Rep
    7
    Likes

    Addicted

Posts: 216
Threads: 3
Joined: Aug 10, 2022
Credits: 0
One year registered
#3

thanks ^^


  • 1


 Users browsing this thread: