From ac37ae9296bedf20a8cabf7683a488b2f40a2eab Mon Sep 17 00:00:00 2001 From: Agam Agarwal Date: Tue, 19 Jul 2016 00:45:35 +0530 Subject: [PATCH] Renamed to follow user script naming convention --- README.md | 4 ++-- gpameter.js => gpameter.user.js | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename gpameter.js => gpameter.user.js (100%) diff --git a/README.md b/README.md index 2a7a541..4e7cb4a 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ There are two ways to use this script. ### Method 1 1. Install [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) (if you are using Firefox) or [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en) (if you are using Chrome). -2. Add `gpameter.js` as a new script to Greasemonkey/Tampermonkey. +2. Add `gpameter.user.js` as a new script to Greasemonkey/Tampermonkey. 3. Login on AIMS and open the courses page. 4. Click on `Show GPA` to view your GPA. ### Method 2 1. Login on AIMS and open the courses page. 2. Open the web console (use the table below for keyboard shortcuts). -3. Paste the contents of `gpameter.js` on the console and hit `Enter` +3. Paste the contents of `gpameter.user.js` on the console and hit `Enter` 4. Click on `Show GPA` to view your GPA. #### Keyboard shortcuts to open the web console diff --git a/gpameter.js b/gpameter.user.js similarity index 100% rename from gpameter.js rename to gpameter.user.js