Greasy Fork is available in English.

Bypass Paste Restriction

Allows pasting using Ctrl+V on sites that block it and triggers formatting

Tác giả
amadeusk
Cài đặt hàng ngày
2
Số lần cài đặt
17
Đánh giá
0 0 0
Phiên bản
0.4
Đã tạo
16-10-2024
Đã cập nhật
16-10-2024
Giấy phép
MIT
Áp dụng cho
Tất cả trang web
# Bypass Paste Restriction

## Overview

This userscript allows users to bypass paste restrictions on websites that disable the standard `Ctrl+V` paste functionality.
It also ensures that pasted text is formatted correctly, simulating the behavior of pasting via the context menu.

## Features

- **Bypass Paste Restrictions**: Allows pasting using `Ctrl+V` on sites that block this feature.
- **Automatic Formatting**: Triggers input and change events to apply any custom formatting logic present on the website after pasting.
- **Clipboard API**: Utilizes the modern Clipboard API for reliable clipboard access.

## Installation

1. **Install a Userscript Manager**: 
   - [Violentmonkey](https://violentmonkey.github.io) (recommended)
   - [Tampermonkey](https://www.tampermonkey.net/)
   - [Greasemonkey](https://www.greasespot.net/) 

2. **Click Install this script**: 

## Usage

Just paste in any input field and give access to clipboard when prompted.

## License

This script is provided as-is; please feel free to use it for personal or educational purposes. 
If you choose to share or modify it, please credit the original author.

### Author

- **ChatGPT** (gpt-4o-mini-2024-07-18)
- [OpenAI](https://openai.com)