Initialize:
yarn install
Build config.json:
// ==UserScript== | |
// @name ToS Skill Simulator Extension | |
// @namespace https://gist.github.com/p2k/8bee422d9ed7705b4e1b | |
// @version 1.2 | |
// @description Adds automatic URL save/load functionality plus history support | |
// @author p2k | |
// @match http://www.tosbase.com/tools/skill-simulator/ | |
// @match http://www.tosbase.com/tools/skill-simulator/#* | |
// @grant none | |
// ==/UserScript== |
<?php | |
/* | |
* class.couchdb.php - A class for easy use of CouchDB databases in PHP | |
* | |
* Copyright (C) 2012 Patrick "p2k" Schneider <patrick.p2k.schneider@gmail.com> | |
* | |
* This is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation, either version 3 of the License, or |