Skip to content

Get music while you shop (like eShop music on Amazon)

Notifications You must be signed in to change notification settings

user2w-js/Shopping-Music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Shopping-Music

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

CONFIG

Changing the link

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

Changing the song

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

Changing the volume

The volume is under the v varible

let v = 0.09; // volume <--- HERE

Issues

If you are having issues regarding audio playback, some sites will not allow this to play due to SGML policies. Please allow autoplay too!

About

Get music while you shop (like eShop music on Amazon)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published