Skip to content

Instantly share code, notes, and snippets.

View naftis's full-sized avatar
🔥
­

Pyry Rouvila naftis

🔥
­
View GitHub Profile
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;
-->
@naftis
naftis / loungemaps.changelog.txt
Last active February 5, 2016 00:26
LoungeMaps changelog
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
@naftis
naftis / loungemaps.user.js
Last active February 5, 2016 00:26
LoungeMaps
// ==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