79755697

Date: 2025-09-04 12:19:07
Score: 1.5
Natty:
Report link

From https://github.com/puppeteer/puppeteer/issues/2685#issuecomment-643573422

await page.addStyleTag({
  content: `
    html {
      -webkit-print-color-adjust: exact !important;
      -webkit-filter: opacity(1) !important;
    }
  `
});
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Steve