Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
404b committed Feb 20, 2023
1 parent 6205c41 commit 5064b5f
Show file tree
Hide file tree
Showing 63 changed files with 245 additions and 32 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
28 changes: 14 additions & 14 deletions dist/src/options.html → Archive/v1.5.0/src/options.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>

<body class="rounded-xl">
<h1>options page</h1>
</body>

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>

<body class="rounded-xl">
<h1>options page</h1>
</body>

</html>
File renamed without changes.
1 change: 1 addition & 0 deletions Archive/v1/assets/config.js-a104c9db.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions Archive/v1/assets/config.js-loader-f7b09699.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(function () {
'use strict';

(async () => {
await import(
/* @vite-ignore */
chrome.runtime.getURL("assets/config.js-a104c9db.js")
);
})().catch(console.error);

})();
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added Archive/v1/assets/logo-731ee528.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
22 changes: 22 additions & 0 deletions Archive/v1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" type="image/png" href="/assets/logo-731ee528.png" />
<title>Solid App</title>
<script type="module" crossorigin src="/assets/index.html-bdfb95ff.js"></script>
<link rel="modulepreload" crossorigin href="/assets/hCaptcha.jsx-218694e1.js">
<link rel="stylesheet" href="/assets/index-22dc03df.css">
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>


</body>

</html>
86 changes: 86 additions & 0 deletions Archive/v1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"manifest_version": 3,
"name": "noCaptcha",
"version": "1.0.0",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "index.html",
"default_title": "noCaptcha: Ai Captcha Solver",
"default_icon": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"128": "icon/128.png"
}
},
"author": "noCaptchaAi.com",
"description": "reCAPTCHA, hCaptcha Solving service AI.",
"permissions": [
"tabs",
"storage",
"notifications",
"webRequest",
"webNavigation",
"nativeMessaging",
"scripting"
],
"options_page": "src/options.html",
"content_scripts": [
{
"js": [
"assets/hCaptcha.jsx-loader-6be7e41e.js"
],
"matches": [
"<all_urls>"
],
"all_frames": true
},
{
"js": [
"assets/config.js-loader-f7b09699.js"
],
"matches": [
"https://config.nocaptchaai.com/?apikey=*"
]
},
{
"js": [
"assets/reCaptcha.js-loader-8f98451e.js"
],
"matches": [
"<all_urls>"
],
"all_frames": true
}
],
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"128": "icon/128.png"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets/hCaptcha.jsx-218694e1.js",
"assets/reCaptcha.js-b3eb6ef7.js"
],
"use_dynamic_url": true
},
{
"matches": [
"https://config.nocaptchaai.com/*"
],
"resources": [
"assets/config.js-a104c9db.js"
],
"use_dynamic_url": true
}
]
}
1 change: 1 addition & 0 deletions Archive/v1/service-worker-loader.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './assets/background.js-547e5144.js';
15 changes: 15 additions & 0 deletions Archive/v1/src/options.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>

<body class="rounded-xl">
<h1>options page</h1>
</body>

</html>
1 change: 1 addition & 0 deletions chrome/assets/background.js-deab75fb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions chrome/assets/hCaptcha.jsx-5c94fe54.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions chrome/assets/hCaptcha.jsx-loader-35cb1ab2.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(function () {
'use strict';

(async () => {
await import(
/* @vite-ignore */
chrome.runtime.getURL("assets/hCaptcha.jsx-5c94fe54.js")
);
})().catch(console.error);

})();
1 change: 1 addition & 0 deletions chrome/assets/index-4b0c66c0.css

Large diffs are not rendered by default.

Loading

0 comments on commit 5064b5f

Please sign in to comment.