An optimization script for Steamgifts to bring back the functionality of SG-Plus, written in Dart.
To install the script, you need to have either Greasemonkey or Tampermonkey installed, depending on whether you're using Firefox or Chrome. Then just click on the following link:
Install the Dart SDK on Manjaro/Arch:
pacman -S dart
This will also install tools like dart
, dart2js
and dartdevc
.
webdev
needs to be activated separately
dart pub global activate webdev
and add to your $HOME
export PATH="$PATH":"$HOME/.pub-cache/bin"
dart pub get
To create a local .js file to test, use the Makefile:
make release
This will get all the dependencies, build the project and generate the local .js file.
To test the local .js file using either Chrome or Firefox. Don't forget to disable the script installed in Tampermonkey
- Open extensions page
- Click
load unpacked
- select project folder
...