Initial commit

This commit is contained in:
2025-05-26 00:01:52 +02:00
commit 46b8b8a285
7 changed files with 120 additions and 0 deletions

44
popout.html Normal file
View File

@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>
<head>
<style>
body {
width: 300px;
padding: 15px;
font-family: Arial, sans-serif;
color: #333;
}
h2 {
margin-top: 0;
color: #1a73e8;
font-size: 18px;
}
p {
font-size: 14px;
line-height: 1.5;
margin-bottom: 10px;
}
.footer {
font-size: 12px;
color: #666;
margin-top: 15px;
border-top: 1px solid #eee;
padding-top: 10px;
}
</style>
</head>
<body>
<h2>PvPRp Bypass</h2>
<p>This extension automatically clicks on the download button silently</p>
<p>No more annoying clicking</p>
<div class="footer">
Extension is running in the background. No further action needed.
</div>
</body>
</html>