pear3
Version:
Undetectable Chrome automation with a fully automated Chromium using extension APIs. 😎
20 lines • 455 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pear System</title>
</head>
<body>
<style>
body{
font-family: sans-serif;
background-color: black;
color: white;
text-align: center;
}
</style>
<h1>Pear Browser automation</h1>
<h3>Developed by Kubilay</h3>
</body>
</html>