Advertisement
EightPixels

Kitten Scientists

May 1st, 2015
846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name        Kitten Scientists
  3. // @namespace   http://www.reddit.com/r/kittensgame/comments/34gb2u/kitten_scientists_automation_script/
  4. // @description Launch Kitten Scientists
  5. // @include     *bloodrizer.ru/games/kittens/
  6. // @version     0
  7. // @grant       none
  8. // @copyright   2015, cameroncondry
  9. // ==/UserScript==
  10.  
  11. (function () {
  12.     var scriptElement = document.createElement( "script" );
  13.     scriptElement.type = "text/javascript";
  14.     scriptElement.src = "https://rawgit.com/cameroncondry/cbc-kitten-scientists/master/kitten-scientists.js";
  15.     document.body.appendChild( scriptElement );
  16. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement