Skip to content

Commit

Permalink
Merge branch 'javantea/combot_improvement'
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeg committed Nov 23, 2024
2 parents edde35f + b5c32b7 commit f96e370
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/ocr/ocr_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1999,6 +1999,8 @@ function getViewURL() {
searchParams.set('bg', 0);
searchParams.set('simultris', 0);
searchParams.set('srabbit', 0);
// disable commentator bot, unless the player has specifically activated it
searchParams.set('combot', QueryString.get('combot') === '1' ? '1' : '0');
searchParams.set('in_producer', 1);

return `${producer_url.origin}${newPathname}?${searchParams}`;
Expand Down

0 comments on commit f96e370

Please sign in to comment.