This chrome extension enables you to download your Global Poker hand histories in the same format that Poker Stars uses for its hands for importing into Poker Tracker 4.
This repository holds the source code for the chrome extension. The source code for actually converting hand histories to poker stars lives here. Therefore, any issues regarding the actual conversion of hand histories should be opened up there.
Chrome Extension
Per the request of Global Poker, this extension has been removed from the web store.
Pre reqs to install:
- Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
- Node: https://nodejs.org/en/
- Yarn: https://yarnpkg.com/lang/en/docs/install/#windows-stable
Steps:
- clone this repository
git clone https://github.com/mr-feek/global-poker-hand-history-converter-chrome-extension.git
cd global-poker-hand-history-converter-chrome-extension
- Install dependencies:
yarn install
- Build the extension
- OS X:
npm run dist
- WINDOWS:
SET NODE_ENV=production & npm run build
you will now notice thatbuild/
directory has files. This is where you will load the chrome extension into chrome from.
- OS X:
- open up chrome and navigate to
chrome://extensions
- in the top left, click on
Load unpacked
- select the
build
directory of the plugin (it will be inside of wherever you cloned the chrome extension to)
Login to global poker and navigate to Profile > Hand History. You will see a new piece of UI inserted on the page which will enable you to download the converted hand histories.
Image coming soon...
Hey dude! Help me out for a couple of 🍻!