See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| // ==UserScript== | |
| // @name Geoguessr AIO Cheat | |
| // @namespace https://github.com/tcortega | |
| // @version 1.0.1 | |
| // @description Press SHIFT + ALT + G and the location of your current geoguessr game will open in a new tab | |
| // @author tcortega | |
| // @homepage https://github.com/tcortega | |
| // @downloadURL https://gist.github.com/tcortega/7378d20dcfa7d15df780032ca2b78b3d/raw/geoguessr-aio.user.js | |
| // @updateURL https://gist.github.com/tcortega/7378d20dcfa7d15df780032ca2b78b3d/raw/geoguessr-aio.user.js | |
| // @match http*://*/* |