Skip to content

Clipboard Inserter Redux is a modified version of the Clipboard Inserter addon.

Notifications You must be signed in to change notification settings

Onurtag/clipboard-inserter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipboard Inserter Redux

Fork information

  • ✅ Updated the clipboard reading method to reduce the performance impact of the addon by ~90%. This also lets you copy a paragraph with its newlines intact.
  • ➕ Added automatic url detection with an option (requires new "tabs" and "access all urls" permissions)
  • ➕ Added prepend/append option
  • 🔄 Formatted all files and added semicolons (sorry I had to do it.)

I am very willing to send a push request to update the main repo (kmltml/clipboard-inserter) but with this many changes and added permissions I'm not sure what the addon creator would think about that. Let me know.

Installation (Firefox)

You can download the signed .xpi file under Releases and install it using drag-and-drop.

Installation (Some Chromium browsers)

If your Chromium browser fork is able to install unpacked extensions (such as Vivaldi); you can download the chromium branch zip and install it as an unpacked extension.

Example HTML page for Clipboard Inserter

You can find the downloadable example page here: https://github.com/Onurtag/ClipboardInserter_html

 

(Original readme below)

Clipboard Inserter

A simple addon whose purpose is to automatically insert contents of clipboard into the page.

If you're looking to install this addon, it's available here:

Or, if the links don't work, just search for "clipboard inserter" in the appropriate addon market.

On Chrome, if you want to use this extension with local files (the file:// protocol), you have to enable the "Allow access to file URLs" setting in the extension details.

About

Clipboard Inserter Redux is a modified version of the Clipboard Inserter addon.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.9%
  • HTML 24.1%