Enable Text Select and Copy

Enables text selection and copying on websites that block it using CSS or JavaScript

A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.

  • v1.5 8/5/2026
    • Minor update
  • v1.5 6/5/2026
    • Improvement and optimization.
  • v1.4 23/4/2026
    • Fixed: Event listener using stopPropagation() now overrides preventDefault() instead (prevents breaking other scripts)
    • Fixed: Attribute removal now uses removeAttribute() instead of setting empty strings
    • Improved: Added oncopy and oncut to blocking handlers list
    • Improved: MutationObserver debouncing to prevent lag on heavy DOM changes
    • Improved: Better error handling for elements that don't support style modifications
    • Improved: More comprehensive ARIA role exclusions (textbox, combobox, spinbutton, slider)
  • v1.3 20/1/2026
    • New exclusion: Ygg.
    • Skip logic expanded: ignores inputs, textareas, selects, buttons, contenteditable, plus ARIA roles (textbox, combobox, aria-haspopup, aria-expanded).
    • Dynamic support: MutationObserver ensures fixes apply to newly added elements.
  • v1.2 22/12/2025

    Added exclude rule for github.com to prevent site load issues.

  • v1.1 21/12/2025

    Added exclude rule for *.proton.me to prevent site load issues.

  • v1.0 28/10/2025