Skip to content

75a/fake-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake Captcha

Realistic reCAPTCHA lookalike widget for any web project

Demo

https://75a.github.io/fake-captcha/

Fake captcha demo

Installation/Usage

  1. Copy the images and src directories to your project
  2. Put <link href="src/fakerecaptcha.css" rel="stylesheet"> inside the <head> tag
  3. Put <script src="src/fakerecaptcha.js"></script> right before the </body> closing tag
  4. At the location where you'd like the fake captcha to be, put the HTML code from fakecaptcha.html

Customization

Verifying window

Contents of the verifying window is to be set inside the <main> tag

Verification process

Clicking at the "Verify" button triggers the verifyCaptcha() function in the src/fakerecaptcha.js. You can define the function however you want. If you wish to close the verification window upon that action, just call closeVerifyWindow(), which will cause the widget to refresh itself and close the window.

About

reCAPTCHA lookalike widget

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published