andhikagg commited on
Commit
38872df
·
verified ·
1 Parent(s): 6ed701d

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +8 -0
app.js CHANGED
@@ -73,6 +73,14 @@ const utils2 = {
73
 
74
  page = await context.newPage();
75
  await page.goto('https://www.bratgenerator.com/', { waitUntil: 'domcontentloaded', timeout: 10000 });
 
 
 
 
 
 
 
 
76
 
77
  try {
78
  await page.click('#onetrust-accept-btn-handler', { timeout: 2000 });
 
73
 
74
  page = await context.newPage();
75
  await page.goto('https://www.bratgenerator.com/', { waitUntil: 'domcontentloaded', timeout: 10000 });
76
+
77
+ await page.addStyleTag({
78
+ content: `
79
+ * {
80
+ font-family: "Apple Color Emoji", -apple-system, BlinkMacSystemFont, sans-serif !important;
81
+ }
82
+ `
83
+ });
84
 
85
  try {
86
  await page.click('#onetrust-accept-btn-handler', { timeout: 2000 });