Greasy Fork is available in English.

A Universal Script to Re-Enable the Selection and Copying

Enables select, right-click, copy and drag on pages that disable them.

À partir de 2021-06-11. Voir la dernière version.

Auteur
𝖢𝖸 𝖥𝗎𝗇𝗀
Évaluations
0 0 0
Version
1.3.4
Créer
2021-06-06
Mis à jour
2021-06-11
Licence
S/O
S'applique à

Description:
This is a most powerful script to let you copy and select without affecting the normal features of each site.

1) disables the ".preventDefault()" function for 'copy', 'contextmenu', 'select', 'selectstart', 'dragstart', 'beforecopy' events
2) disables the "return false" in HTML attributes 'oncopy', 'oncontextmenu', 'onselect', 'onselectstart', 'ondragstart', 'onbeforecopy'
3) disables the "returnValue" in javascript coding for 'copy', 'contextmenu', 'select', 'selectstart', 'dragstart', 'beforecopy' events
4) re-enable "pointer-events" for images
5) de-block "alert()" for mouse right click
6) css hack to re-enable the selection coloring if transparent coloring is applied
7) disables the ".preventDefault()" function for 'Ctrl-C' in 'mousedown' & 'mouseup' events if there is text selection


Similar features to the following:
> Absolute Enable Right Click & Copy - Force Enable Right Click & Copy & Highlight
> Allow Copy and Context Menu Continued - Disable (remove) copy text protection and allow copy for all sites

Sample URLs for your testing:
https://amigurumi.today/large-ami-cat-crochet-pattern/
https://www.peekme.cc/post/1220893
https://read.qidian.com/chapter/ORlSeSgZ6E_MQzCecGvf7A2/fpUeEW2LD3fwrjbX3WA1AA2
http://www.bimiacg.net/bangumi/bi/3486/
https://www.uta-net.com/
https://boke112.com/post/2281.html (this site uses special hacks like ":not(input):not(textarea)::selection" and keyboard ctrl-C)