Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

#Hash Market Calc Bookmarklet

I created this so people have an easier time with figuring out what the buyer will actually pay. I am guessing that GAW will actually update their own code to make this obsolete but until then, this should do the job. Unfortunately, because it's a bookmarklet you will have to click the button each time you refresh the page, but you won't need to every single time anyway. :)

If you have any suggestions or there is a bug please use this repo to report them.

I am @tvle83 on HashTalk.org

Tips Accepted: 17oMJF56uLkaqbrzfGwwo1SvsjdsJtKZkD

###Set up and Use

A bookmarklet is a bookmark link that uses javascript to perform tasks on the page. For this one it would be most convenient if it was in the bookmark toolbar for easy access.

Copy this code into the link part of a bookmark

javascript: (function() {
    s = document.createElement('script');
    s.setAttribute('type', 'text/javascript');
    s.setAttribute('src', 'https://cdn.rawgit.com/tvl83/hashmarketcalc/v1.2/hashmarketcalc.js');
    document.body.appendChild(s);
})();

###Credits

I used a couple lines of code from Yoldark34's Zen Dashboard Enhancer that allowed me to get the BTC Price based on the value of btc in your balance.

Thank you Yoldark34 :)

###History

1.2

  • Minor changes. Updated BTC Tip Address
  • Fixed layout issue related to FireFox. (Thank you @Daffy from HashTalk.org)

About

bookmarklet to get the BTC Value of miners on the market page.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages