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…
Yes but the joke is moot, because on the web, you can't really make text non-selectable (you can try, but it can be defeated extremely easily). In an app, undoing that is pretty much impossible (or at least, above my pay grade). This is one of a million reasons why apps are so bad.
Just let me select text
251–260 of 621 posts
Re: Just let me select text
#252I like to idly select text as I'm reading and when it doesn't work it's super annoying. A pox on sites that do this.
same here. i use it as a kind of mental bookmark as i move down the page because I know that its very, very likely i'll get distracted by somethingand have to temporarily leave the article. however, this is probably a habit for a minority of users because it only makes sense on desktop. if you're reading on a mobile touchscreen-device this highlight-as-you-go tic just doesn't make sense
Re: Just let me select text
#253I must admit, one of my favorite recent-ish Android[1] features is that all text is made selectable in the app switcher using on-device OCR. Regardless of the app[2], you can just swipe up and start selecting text. [1] ...at least on the Google Pixel. [2] ...unless it's a banking app and it blocks permissions for screenshots and similar things.
Re: Just let me select text
#254On Android, long press home button activates Google Assistant that can OCR the current screen and translate immediately. Unironically one of the only two features keeping me on Android until now.
Like with all things Google, this feature wasn't available in Gemini (or only available on some devices) last I checked. With Gemini going to replace Google Assistant in the future, this is yet another useful feature that Google will be taking away from Android.
Re: Just let me select text
#255Re: Just let me select text
#256Given 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…
Yes but the joke is moot, because on the web, you can't really make text non-selectable (you can try, but it can be defeated extremely easily). In an app, undoing that is pretty much impossible (or at least, above my pay grade). This is one of a million reasons why apps are so bad.
In my experience it is above the average user's pay grade to work around it in a browser too. Even power users will probably give up if the usual ways don't work out (holding alt, browser extension, reader mode). The power-est of users might glimpse at the inspector, but they'll give up if the nodes are obfuscated.
All this to say that with things like Circle To Search or Apple's built-in screenshot OCR nowadays websites and apps are finally on a level playing field when it comes to anyone being able to circumvent text protection.
Re: Just let me select text
#257On my system I use a little script coupled to a key that lets you select a graphical area with text in it and it converts it into real text that is placed in the clipboard: #!/usr/bin/bash maim -us | tesseract --dpi 145 -l eng - - | xsel -bi [[ "$(xsel -ob)" ]] || (notify-send "No text found"; ohno) You wil have to install maim, tesseract and xsel for it to work. Edit: you can leave out the ohno which is just an audi…
I've heard of tesseract and xsel, but what is maim? Seems a bit hard to look up given that it's also a common word.
Re: Just let me select text
#258I wonder how doable it is to fork a browser and just remove functionality from it, like for example making "user-select" unsupported. Or whatever it is that prevents me from pasting my password in a log in form.
Re: Just let me select text
#259Earlier quoted context omitted.
Yes but the joke is moot, because on the web, you can't really make text non-selectable (you can try, but it can be defeated extremely easily). In an app, undoing that is pretty much impossible (or at least, above my pay grade). This is one of a million reasons why apps are so bad.
on Mac/iOS you can just take a screenshot and then select out of the image.
Just push the button to go to the task switch view and as long as the window preview thumbnail isn't blanked out, I can just get the phone to OCR any part of the screen in real time.
Re: Just let me select text
#260This is not what hypertext has been created for. Stop making the web into a cesspit of bad accessibility.