Skip to content

Commit

Permalink
debug WPST
Browse files Browse the repository at this point in the history
  • Loading branch information
fum4 committed Apr 22, 2023
1 parent 321636f commit eb6cc91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/reports/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ export default component$(({ onReportsLoaded$ }: ReportsProps) => {
(async() => {
console.error('@@@@@@@ devicePixelRatio', window.devicePixelRatio);
console.error('@@@@@@@ locationbar visible', window.locationbar.visible);
console.error('@@@@@@@ locationbar visible', window.navigator.cookieEnabled);
console.error('@@@@@@@ locationbar visible', window.navigator.doNotTrack);

if (!window.navigator.userAgent.includes('Chrome-Lighthouse')) {
const searchParams = 'url=https://nomadware.io&key=AIzaSyB18ptJgrd47t1_tuc4mKfxzeCMMS2xXXc&category=performance&category=accessibility&category=best-practices&category=seo';
Expand Down

1 comment on commit eb6cc91

@vercel
Copy link

@vercel vercel bot commented on eb6cc91 Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.