File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4343 < li > Report issues in < a href ="https://github.com/chimeraos "> GitHub</ a > </ li >
4444 < li > Fix reported issues in < a href ="https://github.com/chimeraos "> GitHub</ a > </ li >
4545 < 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 >
4746 < li > < a href ="https://droix.net?ref=chimeraos "> Purchase hardware with our affiliate links</ a > </ li >
4847 < li > < a href ="https://opencollective.com/chimeraos/donate "> Contribute on Open Collective</ a > </ li >
4948 < 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 147147 e . store = `https://store.steampowered.com/app/${ e . id } ` ;
148148 }
149149
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+ //}
153154 } ) ;
154155 } ,
155156
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!
1010 <li >Report issues in <a href =" https://github.com/chimeraos" >GitHub</a ></li >
1111 <li >Fix reported issues in <a href =" https://github.com/chimeraos" >GitHub</a ></li >
1212 <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 >
1413 <li ><a href =" https://droix.net?ref=chimeraos" >Purchase hardware with our affiliate links</a ></li >
1514 <li ><a href =" https://opencollective.com/chimeraos/donate" >Contribute on Open Collective</a ></li >
1615 <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() {
114114 e.store = `https://store.steampowered.com/app/${ e.id} `;
115115 }
116116
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+ //}
120121 } );
121122 } ,
122123
You can’t perform that action at this time.
0 commit comments