How to Select Text When Text Selection Has Been Disabled by CSS
Force Enable Text Selection is a useful extension that will allow you to select text that has been disabled by your webpage. It can be used to overcome text-selection problems on a website.
However, there are some limitations.
For one, it is not compatible with websites that have disabled the text-selection feature via javascript. This is a limitation of the API used by Force Enable Text Selection, and not the extension itself.
Secondly, it does not work on websites with text-selection features enabled on their stylesheets.
A work-around solution for this limitation is to have a separate copy of the website with a style sheet disabled.