Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
kna27 committed Sep 28, 2023
1 parent 61608fa commit 4550916
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"bracketSpacing": false,
"bracketSameLine": false,
"arrowParens": "always",
"endOfLine": "auto"
"endOfLine": "auto",
"quoteProps": "preserve"
}
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
# bca-gpa-2023
# BCA GPA 2023

An update version of [the BCA GPA browser extension](https://github.com/alebod21/bcagpa) that fixes bugs due to PowerSchool updates, and also adds a port to Firefox.

If any new issues arise due to a PowerSchool update or oversight, please open an issue or pull request.

Chrome Web Store Page: https://chrome.google.com/webstore/detail/bca-gpa/ofhfmclagjfikdfhjnogmcokilbikmpf

Firefox Addon Page: https://addons.mozilla.org/en-US/firefox/addon/bca-gpa/

![Screenshot of extension](https://github.com/kna27/bca-gpa-2023/assets/68395794/6eac9b8a-a034-4583-8a0d-e7b72efcb508)

# Using BCA GPA on Safari
## Using BCA GPA on Safari

BCA GPA is not available as an extension for Safari yet, but here is a method of achieving the same functionality as on Chrome or Firefox:

- Install the [Userscripts](https://apps.apple.com/ua/app/userscripts/id1463298887) extension for Safari through the Mac App Store
- We will use this to run BCA GPA on Powerschool
- Install the [Userscripts](https://apps.apple.com/ua/app/userscripts/id1463298887) extension for Safari through the Mac App Store.
- We will use this to run BCA GPA on Powerschool.
- This extension works exactly like Greasyfork or Tampermonkey and lets you run your own scripts on websites.
- Add the Userscripts extension to the toolbar, click on the icon and go to "Open Extension Page"
- Add the Userscripts extension to the toolbar, click on the icon and go to "Open Extension Page".
![](https://github.com/timrolsh/bca-gpa-2023/assets/68395794/ee236710-ea38-4b87-9cc3-cbbf5af688c2)
- You should then be brought to a page like this:
![](https://github.com/timrolsh/bca-gpa-2023/assets/68395794/40dec63e-aa66-4ab7-ba43-0705d390e034)
- Use the menu to add a new Javascript script
- Use the menu to add a new Javascript script.
![](https://github.com/timrolsh/bca-gpa-2023/assets/68395794/e6baf820-f7a3-4d1f-98cb-708f62e1a769)
- Copy and paste everything from [this link](https://raw.githubusercontent.com/kna27/bca-gpa-2023/main/SAFARI/BCAGPA.js) and replace everything in the textbox with what you copied
- it should look like this:
![](<[../images/4.png](https://github.com/timrolsh/bca-gpa-2023/assets/68395794/f142c4dd-8de0-4aa3-a0e8-b0733c4f5801)>)
- Copy and paste everything from [this link](https://raw.githubusercontent.com/kna27/bca-gpa-2023/main/SAFARI/BCAGPA.js) and replace everything in the textbox with what you copied.
- It should look like this:
![](https://github.com/timrolsh/bca-gpa-2023/assets/68395794/f142c4dd-8de0-4aa3-a0e8-b0733c4f5801)
- Make sure to hit "Save" at the bottom right of the screen to apply the changes in the userscript settings.
- Reload or visit the Powerschool page and you should see your GPA there. It should look like this:
![](https://github.com/kna27/bca-gpa-2023/assets/68395794/6eac9b8a-a034-4583-8a0d-e7b72efcb508)
Expand Down
2 changes: 1 addition & 1 deletion target/chromium/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "BCA GPA",
"version": "1.0.1",
"version": "1.0.2",
"description": "Calculates and shows GPA for PowerSchool BCA",
"icons": {
"64": "64.png"
Expand Down
2 changes: 1 addition & 1 deletion target/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "BCA GPA",
"version": "1.0.1",
"version": "1.0.2",
"description": "Calculates and shows GPA for PowerSchool BCA",
"icons": {
"64": "64.png"
Expand Down

0 comments on commit 4550916

Please sign in to comment.