File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 43
43
< li > Report issues in < a href ="https://github.com/chimeraos "> GitHub</ a > </ li >
44
44
< li > Fix reported issues in < a href ="https://github.com/chimeraos "> GitHub</ a > </ li >
45
45
< li > Implement a feature you are interested in</ li >
46
- < li > < a href ="https://www.humblebundle.com/?partner=chimera "> Purchase games with our affiliate links</ a > </ li >
47
46
< li > < a href ="https://droix.net?ref=chimeraos "> Purchase hardware with our affiliate links</ a > </ li >
48
47
< li > < a href ="https://opencollective.com/chimeraos/donate "> Contribute on Open Collective</ a > </ li >
49
48
< li > < a href ="https://www.patreon.com/alkazar "> Become a Patron on Patreon</ a > </ li >
Original file line number Diff line number Diff line change 147
147
e . store = `https://store.steampowered.com/app/${ e . id } ` ;
148
148
}
149
149
150
- if ( e . store && e . store . startsWith ( 'humble:' ) ) {
151
- e . store = `https://www.humblebundle.com/store/${ e . store . slice ( 7 ) } ?partner=chimera` ;
152
- }
150
+ // Humble Bundle ended their affiliate program
151
+ //if (e.store && e.store.startsWith('humble:')) {
152
+ // e.store = `https://www.humblebundle.com/store/${e.store.slice(7)}?partner=chimera`;
153
+ //}
153
154
} ) ;
154
155
} ,
155
156
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ Help us make the dream of the ultimate PC console experience come true!
10
10
<li >Report issues in <a href =" https://github.com/chimeraos" >GitHub</a ></li >
11
11
<li >Fix reported issues in <a href =" https://github.com/chimeraos" >GitHub</a ></li >
12
12
<li >Implement a feature you are interested in</li >
13
- <li ><a href =" https://www.humblebundle.com/?partner=chimera" >Purchase games with our affiliate links</a ></li >
14
13
<li ><a href =" https://droix.net?ref=chimeraos" >Purchase hardware with our affiliate links</a ></li >
15
14
<li ><a href =" https://opencollective.com/chimeraos/donate" >Contribute on Open Collective</a ></li >
16
15
<li ><a href =" https://www.patreon.com/alkazar" >Become a Patron on Patreon</a ></li >
Original file line number Diff line number Diff line change @@ -114,9 +114,10 @@ function app() {
114
114
e.store = `https://store.steampowered.com/app/${ e.id} `;
115
115
}
116
116
117
- if (e.store && e.store.startsWith(' humble:' )) {
118
- e.store = `https://www.humblebundle.com/store/${ e.store.slice(7)} ?partner= chimera`;
119
- }
117
+ // Humble Bundle ended their affiliate program
118
+ //if (e.store && e.store.startsWith(' humble:' )) {
119
+ // e.store = `https://www.humblebundle.com/store/${ e.store.slice(7)} ?partner= chimera`;
120
+ //}
120
121
} );
121
122
} ,
122
123
You can’t perform that action at this time.
0 commit comments