After purchasing access to a language learning website, I was disappointed to discover that I couldn't even select text on the pages.
It appears they offer an "upgrade" option for users to download lesson texts, and it seems like the ability to select text is being used as a way to generate more revenue. This approach doesn't sit right with me, especially since I'm a paying customer.
I don't believe I'm doing anything wrong by wanting to select the text myself.
Can anyone assist me in finding a workaround? Despite trying various methods, nothing has proven successful so far.
The website in question is Fluent U
Update:
It seems they're using the following code, and I'm attempting to unravel it:
$('bunch-of-things').
.attr('unselectable', 'on')
.css('user-select', 'none')
.on('selectstart', false);
};