项目作者: naipofo

项目描述 :
view and edit your clipboard
高级语言: JavaScript
项目地址: git://github.com/naipofo/js-clip-view.git
创建时间: 2020-11-04T12:57:03Z
项目社区:https://github.com/naipofo/js-clip-view

开源协议:

下载


JS clip view

JS clip view is a simple web app to display and change the contents of your clipboard. It uses Clipboard API.

Screenshots

basic UI

software displaying html

dark mode

How to enable raw clipboard acces

Without enabling unsanitized acces to the clipboard, only supported formats can be read.
To enable it, go to about://flags/#raw-clipboard and set the flag to Enabled (chrominium browsers only).
This can be potentially dangerous, see position of mozilla and webkit about the feature.

Status of raw clipboard acces feature in chrominium: [link]