Bypass Paste Restriction

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

יוצר
amadeusk
התקנות יומיות
1
סה"כ התקנות
17
דירוגים
0 0 0
גרסה
0.4
נוצר
16-10-2024
עודכן
16-10-2024
רישיון
MIT
חל על
כל האתרים
# 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)