This version requires a server running. 

One can be loaded here. 
https://www.apachefriends.org/

Copy the triggers_mp3 and tv10 folders into the htdocs folder where xampp was installed
C:\xampp\htdocs 

Open the v10 program in a broswer
http://localhost/tv10/triggers.html

============================================================================================================
Notes 
============================================================================================================

Redirect:
When the page size is too small, it will redirect to the mobile version. 
To change the redirect link 

open: triggers.html
search for and change: window.location.href = 'https://gamble-galaxy.com/tv10m/triggers-m.html';

------------------------------------------------------------------------------------------------------------
Ads:
To place ads below the tool, open main.js
and uncomment 

//appendFooter(); to appendFooter();

Then you can place your own adds in the appendAds() function in items/footer.js


