Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
404b committed Apr 19, 2024
1 parent f7de08f commit e489b1d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
- Firefox Developer Edition [download](https://www.mozilla.org/en-US/firefox/developer/)

# Install

- Visit `chrome://extensions/`,
- Enable `Developer mode [ ]` if not already
- Click `│ │ Load unpacked │ │` and Select folder OR Drag n drop `chrome` folder on this page, DONE!
- Visit dash for APIKEY and Use [newconfig](https://newconfig.nocaptchaai.com) to automate your desired config

- visit `about:config`, Read and Click on "Accept the Risk and Continue"
- Paste on filter box `xpinstall.signatures.required` and Double click on it: false
- Visit `about:addons` then drag and drop the `noCaptcha-firefox.xpi` on this page
- Click `add`. It's done.
- Visit dash for APIKEY and then paste it on extension. OR use [newconfig](https://newconfig.nocaptchaai.com) to automate
14 changes: 12 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"<all_urls>"
],
"js": [
"src/elementPicker.js"
"src/element_picker.js"
],
"all_frames": true,
"match_about_blank": false
Expand All @@ -54,7 +54,7 @@
"<all_urls>"
],
"js": [
"src/hCaptcha.js"
"src/hcaptcha.js"
],
"all_frames": true,
"match_about_blank": false
Expand Down Expand Up @@ -90,6 +90,16 @@
"all_frames": true,
"match_about_blank": false
},
{
"matches": [
"<all_urls>"
],
"js": [
"src/iframes_refresh.js"
],
"all_frames": true,
"match_about_blank": false
},
{
"matches": [
"<all_urls>"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e489b1d

Please sign in to comment.