version to submit to mozilla for alpha testing
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
"name": "Slop Farmer",
|
"name": "Slop Farmer",
|
||||||
"version": "0.1",
|
"version": "0.1",
|
||||||
|
|
||||||
|
"author": "Jack Case",
|
||||||
"description": "Crowd-source AI slop pages and domains",
|
"description": "Crowd-source AI slop pages and domains",
|
||||||
|
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
<script async src="scripts/report-slop.js" type="module"></script>
|
<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> -->
|
<!-- <script async defer src="https://cdn.jsdelivr.net/gh/altcha-org/altcha/dist/altcha.min.js" type="module"></script> -->
|
||||||
<title>Slop Farmer</title>
|
<title>Slop Farmer</title>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const API_URL = "http://localhost:8000"
|
const API_URL = "https://api.slopfarmer.jack-case.pro"
|
||||||
let access_token
|
let access_token
|
||||||
|
|
||||||
const login_form = document.getElementById("login-form")
|
const login_form = document.getElementById("login-form")
|
||||||
|
|||||||
Reference in New Issue
Block a user