File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,12 @@ class ShowcaseScraper {
251
251
if (
252
252
document . querySelector ( "astro-island" ) ||
253
253
document . querySelector ( '[class*="astro-"]' ) ||
254
- document . querySelector ( "[astro-script]" )
254
+ document . querySelector ( "[astro-script]" ) ||
255
+ document . querySelector ( "[astro-icon]" ) ||
256
+ document . querySelector ( "[data-astro-prefetch]" ) ||
257
+ document . querySelector ( "[data-astro-reload]" ) ||
258
+ document . querySelector ( "[data-astro-history]" ) ||
259
+ document . querySelector ( 'meta[name="astro-view-transitions-fallback"]' )
255
260
) {
256
261
return true
257
262
}
@@ -390,6 +395,8 @@ const scraper = new ShowcaseScraper({
390
395
"https://pagespeed.web.dev" ,
391
396
"https://lighthouse-metrics.com" ,
392
397
"https://calckey.org" ,
398
+ "https://twitter.com" ,
399
+ "https://youtu.be" ,
393
400
] ,
394
401
} )
395
402
await scraper . run ( )
You can’t perform that action at this time.
0 commit comments