background page will automatically do an altcha challenge to get an access token
This commit is contained in:
13
pages/background_page.html
Normal file
13
pages/background_page.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||
<script async src="scripts/report-slop.js" type="module"></script>
|
||||
<script async defer src="https://cdn.jsdelivr.net/gh/altcha-org/altcha/dist/altcha.min.js" type="module"></script>
|
||||
<title>Slop Farmer</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="" method="post">
|
||||
<altcha-widget challengeurl="SERVER_URL/challenge" auto="onload"></altcha-widget>
|
||||
</form>
|
||||
</body>
|
||||
Reference in New Issue
Block a user