Skip to content

Commit

Permalink
v0.1 published on openuserjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Azkellas committed Oct 8, 2018
1 parent 3da22c6 commit 073442a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Angular debug mode is used for the agent panel (quick selection and such) and mi

This tool is a userscript. It has to be installed through a userscript manager, such as Tampermonkey or Violentmonkey.
If you have none, consider [violentmonkey](https://chrome.google.com/webstore/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag) which is open source.
When installed, click [here](https://github.com/Azkellas/cgenhancer/raw/master/script.user.js) to install CG Enhancer.
When installed, click [here](https://openuserjs.org/scripts/Azke/CG_Enhancer) to install CG Enhancer.

Note that since it is only beta testing, chrom(e|ium) might crash when trying the script. Be ready. If it crashes repeatedly, refreshing the tab before almost instantly the first time might help. If not, open the console and send me the error if there is any.

Expand Down
4 changes: 3 additions & 1 deletion script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
// @version 0.1
// @description Enhancer script for CodinGame platform
// @match https://www.codingame.com/*
// @license 2018+, MIT
// @copyright 2018+, Azkellas, https://github.com/Azkellas/
// @license GPL-3.0-only
// @homepage https://github.com/Azkellas/cgenhancer
// @require http://code.jquery.com/jquery-latest.js
// tamper/violent grants
// @grant GM_setValue
Expand Down

0 comments on commit 073442a

Please sign in to comment.