Chrome extension to allow text selection

There is a chrome extension that lets you select text called Selectable. It works on websites like FanFiction, which is what I needed it for.


No script is built into Chrome:

Options>Under the Hood tab>Content settings>JavaScript tab-Tick "do not allow any site to run javascript.

If you need to enable it on a site, either add the site to the exceptions list, or visit the site, then click the javascript icon in the address bar and select "always allow JS on www.xxxx", this will add it to the exceptions list, then refresh the webpage to allow JS to run.

EDIT:

Now it is 2015 and blocking javascript just cripples or breaks most websites so what I do now is i just do a "view page source" in Chrome and copy text from there, a bit harder but at least i can get it.


I don't think either of those answers are helpful. There is now CSS code to block text selection so turning off or blocking javascript is not a help.

So far I have not found an extension for Chrome to help with this, but I did find a bookmarklet:

I have noticed at least one lyrics website has started preventing users from copying lyrics. (As if the lyrics website has a copyright on someone else’s song lyrics!) While there are some good user-experience reasons to disable text selection for certain parts of a web app, but clearly entire the point of a lyrics website is to look up lyrics — and selecting lines can make it easier to read in your browser, or perhaps you want to paste the lyrics into an MP3’s ID3 data (“Get Info” in iTunes).

So screw that.

Here’s a bookmarklet that should allow you to select anything on a web page. It’s not an ultimate solution, but it works for me. Just click it on an offending page.

Reference: http://alanhogan.com/code/text-selection-bookmarklet