This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
viiva.angle * x + viiva.x = y + viiva.y; | |
viiva2.angle * x + viiva2.x = y + viiva2.y; | |
--> | |
viiva.angle * x + viiva.x - viiva.y = y; | |
x = (y + viiva2.y - viiva2.x) / viiva2.angle; | |
--> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://gist.github.com/naftis/0cac9a9760ee1860ba5c | |
http://naf.fi/code/loungemaps.user.js | |
0.55 | |
- Reduced cache time to 7 minutes | |
- Added 'error' message and a link to /r/csgobetting | |
0.53 | |
- Added support for Major matches | |
- Fixed indentation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name LoungeMaps | |
// @namespace http://naf.fi/ | |
// @author naf | |
// @copyright Pyry Rouvila 2015 | |
// @version 0.55 | |
// @description Adds info to CS:GO Lounge from Reddit | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js | |
// @match http://csgolounge.com/* | |
// @updateURL http://naf.fi/code/loungemaps.user.js |
NewerOlder