All Projects → farukuzun → Anticaptchaff

farukuzun / Anticaptchaff

Licence: gpl-3.0
Firefox Extension to automatically solve and bypass reCaptcha

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Anticaptchaff

Buster
Captcha solver extension for humans
Stars: ✭ 4,244 (+21120%)
Mutual labels:  recaptcha, firefox-extension
Simple Sidebar
A sample bootstrapped extension to add a Web panel sidebar.
Stars: ✭ 10 (-50%)
Mutual labels:  firefox-extension
Raspberrycast
📺 Transform your Raspberry Pi into a streaming device. Videos can be sent from mobile devices or computers (Chrome extension).
Stars: ✭ 726 (+3530%)
Mutual labels:  firefox-extension
Ping Blocker
Stop sites from tracking the links you visit through hyperlink auditing
Stars: ✭ 23 (+15%)
Mutual labels:  firefox-extension
Nonocaptcha
An asynchronized Python library to automate solving ReCAPTCHA v2 using audio
Stars: ✭ 744 (+3620%)
Mutual labels:  recaptcha
Browser Extension
SimpleLogin Chrome/ Firefox extension
Stars: ✭ 25 (+25%)
Mutual labels:  firefox-extension
Vue Recaptcha
Google ReCAPTCHA component for Vue.js
Stars: ✭ 659 (+3195%)
Mutual labels:  recaptcha
Jsdemos
Home page for all listed extensions, if you have any suggestions/bugs, please file an issue in this repo
Stars: ✭ 14 (-30%)
Mutual labels:  firefox-extension
Recaptcha Rs
Verify recaptcha responses
Stars: ✭ 10 (-50%)
Mutual labels:  recaptcha
Scrollupfolder
A firefox addon wich goes up a folder of a website.
Stars: ✭ 18 (-10%)
Mutual labels:  firefox-extension
Historyinthreads
Firefox addon: Show browsing history in threads. Search keywords the same way as in Firefox History.
Stars: ✭ 5 (-75%)
Mutual labels:  firefox-extension
Short
URL shortening service written in Go and React
Stars: ✭ 777 (+3785%)
Mutual labels:  recaptcha
Google Music Hotkeys
Browser extension that adds keyboard control to Google / YouTube Music
Stars: ✭ 25 (+25%)
Mutual labels:  firefox-extension
Django Recaptcha
Django reCAPTCHA form field/widget integration app.
Stars: ✭ 742 (+3610%)
Mutual labels:  recaptcha
Toster Tools
Расширение для сайта toster.ru
Stars: ✭ 11 (-45%)
Mutual labels:  firefox-extension
Mouse Dictionary
📘A super fast dictionary for Chrome/Firefox
Stars: ✭ 670 (+3250%)
Mutual labels:  firefox-extension
Ublacklist
Blocks specific sites from appearing in Google search results
Stars: ✭ 798 (+3890%)
Mutual labels:  firefox-extension
Ghostery Extension
Ghostery Browser Extension for Firefox, Chrome, Opera and Edge
Stars: ✭ 922 (+4510%)
Mutual labels:  firefox-extension
Pulse
We're building the next generation of Firefox, and we're focusing on real-world speed and performance. Pulse lets you give our engineers feedback about your experience on websites that work well in Firefox and on websites that don't.
Stars: ✭ 15 (-25%)
Mutual labels:  firefox-extension
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+41990%)
Mutual labels:  firefox-extension

AntiCaptchaFF

I usually try to avoid Google products for privacy reasons. But they have one product that became widespread like cancer figuratively and literally, reCaptcha. It's just an illusion of security which destroys all usability.

This project uses AntiCaptcha API for solve and bypass reCaptcha. Since defeating reCaptcha's audio challenges is not hard to implement, Google usually doesn't allow you to use it. This project aims to help people with disabilities and people who tired of solving challenges.

How it works

how it works

Roadmap

  • Get listed on addons.mozilla.org
  • Tor Browser (an .onion API URL) Support
  • Proxy Support (It's already there but you need to set up your own proxy, not needed for now)
  • Capture more challenges:
Captcha Type Status
Standart reCaptcha works
Cloudflare Challenges planned

Installation

Right now we don't have any releases. So fork this repo, edit YourAntiCaptchaKey in background.js. Go toabout:debugging and install it from there.

Usage

Click icon on your browser to turn on/off automatic usage. If plugin is turned off, you can use key combination: CTRL+SHIFT+9 on a challenge page.

Privacy

We collect nothing from you. But don't trust, verify. You can feel free to examine source code. For extension to work we have to send following things to Anti-Captcha API.

  • Url = window.location.href
  • reCaptcha's sitekey

Thanks

KikBits Anti-Captcha

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].