Skip to content

Commit

Permalink
refactor: remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-duboyski committed Feb 25, 2023
1 parent 8df3606 commit eab2b39
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,14 +240,12 @@ solver.recaptcha({
console.error(err.message)
})
```
---

## Artículos útiles
* [Cómo resolver el captcha Geetest v4](https://2captcha.com/ru/blog/geetest-v4-obkhod?from=16653706)
* [Solución automática reCAPTCHA V3-instrucciones para desarrolladores y clientes](https://2captcha.com/en/blog/avtomaticheskoe-reshenie-recaptcha-v3?from=16653706)
* <a href="./docs/hcaptcha.md">Buscar el valor de `sitekey` para hCaptcha</a>

---
## Ejemplos de uso con código fuente y descripción
* [Solución de captcha GeeTest usando Puppeteer](https://github.com/dzmitry-duboyski/GeeTest-demo)

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,11 @@ The latest version of the code base will always be under the '**next**' branch!
<a href="https://www.buymeacoffee.com/ether" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
</div> -->

---

## Useful articles
* [How to bypass Geetest v4 CAPTCHA](https://2captcha.com/blog/geetest-v4-support?from=16653706)
* [Automatic ReCAPTCHA V3 resolution - a tutorial for developers and customers](https://2captcha.com/blog/recaptcha-v3-automatic-resolution?from=16653706)
* Finding Sitekey <a href="./docs/hcaptcha.md">hCaptcha</a>
---

## Usage examples with source code and description
* [Solving GeeTest Captcha using Puppeteer](https://github.com/dzmitry-duboyski/GeeTest-demo)

Expand Down
2 changes: 0 additions & 2 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,14 +239,12 @@ solver.recaptcha({
console.error(err.message)
})
```
---

## Полезные статьи
* [Как решать капчу Geetest v4](https://2captcha.com/ru/blog/geetest-v4-obkhod?from=16653706)
* [Автоматическое решение reCAPTCHA V3 - инструкция для разработчиков и заказчиков](https://2captcha.com/ru/blog/avtomaticheskoe-reshenie-recaptcha-v3?from=16653706)
* <a href="./docs/hcaptcha.md">Поиск значения `sitekey` для hCaptcha</a>

---
## Примеры использования с исходным кодом и описанием
* [Решение капчи GeeTest используя Puppeteer](https://github.com/dzmitry-duboyski/GeeTest-demo)

Expand Down
2 changes: 0 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,14 +240,12 @@ solver.recaptcha({
console.error(err.message)
})
```
---

## 有用的文章
* [如何解决Geetest v4 captcha](https://2captcha.com/ru/blog/geetest-v4-obkhod?from=16653706)
* [自动reCAPTCHA V3解决方案-开发人员和客户的说明](https://2captcha.com/blog/avtomaticheskoe-reshenie-recaptcha-v3?from=16653706)
* <a href="./docs/hcaptcha.md">搜索hCaptcha的`sitekey`值</a>

---
## 带有源代码和描述的使用示例
* [使用`puppeteer`测试Captcha解决方案](https://github.com/dzmitry-duboyski/GeeTest-demo)

Expand Down

0 comments on commit eab2b39

Please sign in to comment.