Enable Text Select and Copy

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

Dit zijn versies van het script waarin de code is bijgewerkt. Alle versies tonen.

  • v1.5 08-05-2026
    • Minor update
  • v1.5 06-05-2026
    • Improvement and optimization.
  • v1.4 23-04-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-01-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