Skip to content

damienalexandre/form-validation-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Form validation remover

Simple extension to remove HTML5 Form constraints, allowing you to submit any form in webpages even if there is a required attribute or other custom HTML5 input type.

This extension add a novalidate attribute on all the forms of the current page, even the ones loaded via AJAX.

The public of this extension is mainly developers wishing to test their backend form validation from a modern browser.

Download and install from the Chrome Web Store

Changelog

Version 2: July 2017

  • No more permissions needed! Using activeTab instead of all_urls
  • Button is now a toggle specific to the current page, fix #3
  • Forms added asynchronously are also handled

Version 1: April 2013

  • Initial release

Todo (help welcome!)

  • Better icons (we need someone with Paint to create new assets for the Chrome Web Store)

How to release