Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greybax authored Nov 20, 2023
1 parent 589e5ed commit aec8777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const main = () => {

const func = () => {
const searchString = randomText();
iframe.src = `https://www.bing.com/search?q=${searchString}`;
iframe.src = `https://www.bing.com/search?q=${searchString}&PC=U316&FORM=CHROMN`;
counter++;
console.log('counter', counter);
// browser
Expand Down

0 comments on commit aec8777

Please sign in to comment.