This Chrome extension forces the user-select
property to be enabled on all elements, allowing users to select and copy text on web pages that may have restricted text selection.
- Clone or download this repository.
- Open Chrome and go to
chrome://extensions/
. - Enable "Developer mode" (toggle it in the top right).
- Click on "Load unpacked" and select the extension’s folder.
- Click on the extension icon in the Chrome toolbar.
- Use the toggle checkbox to enable or disable text selection on the current web page.
- Default state: Enabled.
popup.html
: The popup interface with the toggle button and information box.popup.css
: Styles for the popup.popup.js
: Handles popup interactions and saves the toggle state.content.js
: Applies theuser-select
CSS rules to the webpage.
This project is licensed under the MIT License. See LICENSE for details.
For inquiries or more information, you can reach out to us at [email protected].