Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaxgeller/type-it-out
A chrome extension that disables copying, forcing you to type it out.
https://github.com/jaxgeller/type-it-out
Last synced: 16 days ago
JSON representation
A chrome extension that disables copying, forcing you to type it out.
- Host: GitHub
- URL: https://github.com/jaxgeller/type-it-out
- Owner: jaxgeller
- License: mit
- Created: 2015-11-04T16:42:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T16:43:36.000Z (about 9 years ago)
- Last Synced: 2023-09-19T18:47:06.045Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/cakjfpgihbciegpnmholbaafghdbngjp/
- Size: 2.44 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Type It Out
A chrome extension that disables copying, forcing you to type it out.
### Install
Download the extension [on the chrome store](https://chrome.google.com/webstore/detail/cakjfpgihbciegpnmholbaafghdbngjp/publish-accepted)
or
+ `git clone https://github.com/jaxgeller/type-it-out`
+ Follow [these instructions](https://developer.chrome.com/extensions/getstarted#unpacked)### Use
By default, this extension will not allow copying on [Stackoverflow](http://stackoverflow.com/questions/) and [MDN](https://developer.mozilla.org/en-US/docs/Web).
If you try to copy text from either of those sites, the copying will be nullified and a popup will remind you to type it out. To add or remove sites from being copyable, see configuration.
### Config
To add or remove sites from being copyable, navigate to the options of the extension [here](chrome://extensions/?options=cakjfpgihbciegpnmholbaafghdbngjp).
Every line adds a new filter. Filters can be strings, keywords, or even regexes. Each filter will be checked against `window.location.href`.
For example
```javascript
`.*` matches everyting.
`mail` matches anything with mail in the url.
`https:\/\/.*` matches every https site.
```### Screen Shots
### License
[MIT](https://github.com/jaxgeller/type-it-out/blob/master/LICENSE)