Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awalgarg/realcopy
chrome extension to avoid pastejacking
https://github.com/awalgarg/realcopy
chrome-extension phishing-attacks
Last synced: 12 days ago
JSON representation
chrome extension to avoid pastejacking
- Host: GitHub
- URL: https://github.com/awalgarg/realcopy
- Owner: awalgarg
- Archived: true
- Created: 2016-05-24T10:22:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T10:35:00.000Z (over 8 years ago)
- Last Synced: 2024-08-01T22:53:48.039Z (3 months ago)
- Topics: chrome-extension, phishing-attacks
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real Copy
Chrome extension to copy selected text from webpage without allowing the page
to inject anything to the clipboard. See
and for more context.![Screenshot](http://i.imgur.com/IvvOWUY.png)
Made with disgust and 5 minutes during my lunch break.
### Installation
- clone repo
- go to chrome://extensions/
- enable developer mode
- select "Load Unpacked Extension" and point to the cloned directoryNow at any page you can select some text and click on the new copy icon in the
top bar of the page to copy the text.It uses the `window.getSelection` API to get the selected text and then copies
it with a non-evil(TM) script.### Why not Firefox too?
Good question. I don't know really. Maybe it works with FF as is with the new
webextensions API. If it does, please let me know since I use FF as well :P### License
WTFPL
### Author
Awal Garg