Skip to content

jktomer/DontFuckWithPaste

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Don't fuck with paste

Background

It annoys me to no end when a web application prevents me from being able to paste content into an input field. If I paste an incorrect email address, that's my own damn fault. I use tools like 1Password to remember all kinds of things for me, and it's actually more error prone for me to type out all the characters than it is for me to copy from 1Password and paste into a text box.

Solution

This is a dead simple Google Chrome extension that removes paste blocking.

Configuration

There are some sites that do helpful things with paste events, and for those sites you want their paste event handlers to still work. In the options for this extension, you can add an exclusion pattern that matches the site's URL, which will prevent this extension from running on that site, and thereby allowing the paste event to occur.

About

Google Chrome extension that prevents the blocking of pasting into input fields

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.2%
  • JavaScript 38.8%
  • CSS 7.0%