You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,17 @@ This "hacked" version allows you to automatically unlock the "AllSuperRank" and
3
3
4
4
Just use [my deployment (hacked-github-stat-trophies.vercel.app)]() and follow the general instructions from [the original repo](https://github.com/ryo-ma/github-profile-trophy).
5
5
6
-
If you want to automatically gain some of the other trophies, configure these booleans in [src/card.ts](https://github.com/FlyN-Nick/hacked-github-stat-trophies/blob/VegaDeftwing-master/src/card.ts) (you'll have to deploy to Vercel yourself):
6
+
If you want to configure which trophies you automatically get, configure these booleans in [src/card.ts](https://github.com/FlyN-Nick/hacked-github-stat-trophies/blob/VegaDeftwing-master/src/card.ts) (you'll have to deploy to Vercel yourself):
7
7
```
8
+
// LINE #50
8
9
let wantAllSuperRank = true;
9
-
let wantMultipleLang = true;
10
10
let wantLongTimeAccount = false;
11
11
let wantAncientAccount = false;
12
12
let wantJoined2020 = false;
13
13
```
14
+
If you want to disable automatically getting the "MultipleLang" secret trophy, change this boolean to false in [src/trophies.ts](https://github.com/FlyN-Nick/hacked-github-stat-trophies/blob/VegaDeftwing-master/src/trophies.ts):
15
+
```
16
+
// LINE #106
17
+
let wantMultipleLang = true;
18
+
```
14
19
If you choose to use my deployement, it would be really appreciated if you gave me a star 🙃.
0 commit comments