Get music while you shop
To start, you will need to download the "TamperMonkey" Add-On (This should work on the mobile version of firefox).
https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/ https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo https://addons.opera.com/en/extensions/details/tampermonkey-beta/
Now that you have TamperMonkey, click on the script in github. ctrl+a then ctrl+c, now go to the tampermonkey extension and click "Dashboard" press the + button (sort of in the top left) Paste it here Now that you have that script pasted, you can configure it
if you want to change the link then you need to change the @match to your link
// @match https://www.amazon.com <----HERE
If you would like to add more than 1 link, then add more than. Also make sure you put /* at the end of the link, so it plays no matter what page you are on EX. Google.com would limit you to google.com but google.com/* would let you go to google.com/activate and it would still work.
// @match https://www.amazon.com/*
// @match https://www.google.com/* <----HERE
the song is under the l variable don't forget to use quotes
let l = 'https://cdn.discordapp.com/attachments/blah/thisisjustaplaceholder'; // link, USE QUOTES! <--- HERE
The volume is under the v varible
let v = 0.09; // volume <--- HERE
If you are having issues regarding audio playback, some sites will not allow this to play due to SGML policies. Please allow autoplay too!