diff --git a/README.md b/README.md index 12bcc83..c91708b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ How to load Create a bookmarklet with the following code: -`javascript:(function(){var d=document,s=d.createElement('script');s.src='https://raw.githubusercontent.com/nonninz/autokittens/master/autokittens.js';d.body.appendChild(s);})();` +`javascript:(function(){var d=document,s=d.createElement('script');s.src='https://rawgit.com/nonninz/autokittens/master/autokittens.js';d.body.appendChild(s);})();` TODO ==== @@ -21,7 +21,7 @@ TODO Credits ======= -This script is based on the work of +This script is based on the work of [/u/Quizer85](https://www.reddit.com/user/Quizer85) posted in [his thread](https://www.reddit.com/r/kittensgame/comments/3g2u3e/autokittens_update_now_with_eludium_crafting_and/) on [/r/kittensgame](https://www.reddit.com/r/kittensgame/). diff --git a/autokittens.js b/autokittens.js index 9029a65..9fec229 100644 --- a/autokittens.js +++ b/autokittens.js @@ -15,7 +15,7 @@ function buildUI() { $('#headerLinks').append(' | AutoKittens | Calculators'); var uiContainer = document.createElement('div'); - uiContainer.className = 'help'; + uiContainer.className = 'help dialog'; uiContainer.id = 'autoOptions'; uiContainer.style.display = 'none'; uiContainer.style.overflowY = 'scroll';