Skip to content

qu0laz/qu0laz-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run

brew install go
go run github.com/playwright-community/playwright-go/cmd/playwright install --with-deps
go run .

OR
brew install go
go run github.com/playwright-community/playwright-go/cmd/playwright install --with-deps
go build .
./Go-playwright

If you are really feeling adventurous you can use the following command to flip the image naming convention so sizes come first, domains second.
./Go-playwright -flip true

See the "out" folder for your screenshots.
Modify the urls.txt file to add your urls.
Modify the sizes.json to add custom sizes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages