Live data from Hacker News

Just let me select text

aartaka.me

11–20 of 621 posts

Re: Just let me select text

#11

Agreed with the overall sentiment but screenshot+immediate text select on iOS/Mac has solved 99% of my issues here Technology!

Which the OP acknowledges, but it’s an extra step (and one that a lot of people don’t realize is possible) that shouldn’t be necessary.

Re: Just let me select text

#12

Yet I can't select text on this very blog.

> Whenever you disable text selection/copying on your UI, you commit a crime against the user. [... comprehension ... accessibility ... meaning]

Exquisite bait m'lord!

... or maybe the word that's connected to hippo and rhymes with "crisy"

Re: Just let me select text

#13
post #8

It greeted me with a message: "Oh, I see you disabled JavaScript. Keep up the good work, my fellow cleanweb person!" which is an interesting departure from the usual "this app won't work without javascript". But I couldn't select the text from the message to paste it here... while looking at the header above it "Just let me select text" I thought: yeah!

You can select the text by disabling CSS.

Re: Just let me select text

#15
[Trigger warning: Old man yells at cloud.] One of countless reasons I hate doing anything on my phone. Text selection is imprecise, slow and janky. Text input is slow and error prone, and autocorrect (or predictive text) produces danish with wrong grammar (so does Chrome). It's like using a computer with boxing gloves on. And despite phones now being huge, I prefer my triple monitor desktop. And also most apps are proprietary ad-ridden slop or borderline scams (Tinder, Happn, Hinge certainly leans heavily in that direction. I'd rather die alone than pay them money. I miss Ok-Cupid from 20 years ago.

Re: Just let me select text

#16
Given that this page has the following styles which aren't applied anywhere else on the blog:

   body {
       -webkit-user-select: none;
       -webkit-touch-callout: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;
    }
I think it's safe to assume that being unable to select text on this page is not unintentional, as several comments here assume, nor "ironic", but an intentional effort to demonstrate how annoying this behavior is.

Re: Just let me select text

#17
We need a browser extension that treats the rendered page as an image, then runs OCR over it, then converts that to something where text can be selected.

Pros: 1. safer (what you see is what you select), 2. also works with images, 3. all text can be selected

Re: Just let me select text

#18
post #13
post #8

It greeted me with a message: "Oh, I see you disabled JavaScript. Keep up the good work, my fellow cleanweb person!" which is an interesting departure from the usual "this app won't work without javascript". But I couldn't select the text from the message to paste it here... while looking at the header above it "Just let me select text" I thought: yeah!

You can select the text by disabling CSS.

or switching to the txt version: https://aartaka.me/select-text.txt

Re: Just let me select text

#19

Given that this page has the following styles which aren't applied anywhere else on the blog: body { -webkit-user-select: none; -webkit-touch-callout: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } I think it's safe to assume that being unable to select text on this page is not unintentional, as several comments here assume, nor "ironic", but an intentional effort to demonstrate how annoyin…

In uBlock:

    *##html, body, body *:style(user-select: auto !important)
Post reply on HN