KgBC / just-dice-bot

Hi, this is a flexible betting bot for just-dice.com. Feel free to use it under GPL. If you want to donate some Beer/Satoshis: 1CDjWb7zupTfQihc6sMeDvPmUHkfeMhC83 Thanks. The ACES branch is considered stable, use this if you don't want to develop and do not need latest features: https://github.com/KgBC/just-dice-bot/tree/aces
GNU General Public License v2.0
18 stars 6 forks source link

possibility to customize Firefox profile (for faster browser) #35

Open KgBC opened 10 years ago

KgBC commented 10 years ago

Config option to choose a firefox profile path.

jdb_global = {
    "ff_profile_path"   : '/root/.mozilla/firefox/7djx4qg0.just-dice',
}

This is how to create a FF Profile, this will go into Wiki as soon as supported:

firefox or iceweasel

firefox -ProfileManager -no-remote

Click "Create Profile"
- Name it "just-dice"
- Note the profile directory:
  /home/user/.mozilla/firefox/2afx1rt2.just-dice
Click "Start Firefox"

Install Adblock Plus
https://adblockplus.org/en/firefox

Move to https://just-dice.com
- right-click on the top-banner
  - Adblock-Plus: Block Image
    - choose: just-dice.com/images/*
      (we need no images at all)
KgBC commented 10 years ago

reopen: todo release code, do wiki

KgBC commented 10 years ago

If someone is willing to find a optimized Firefox profile for Just-Dice - you're welcome to help :) Thanks.