There used to be a time when we could hope that browsers would put users first and disable dark patterns like these. Now, there are so many advertisers that use Tynt and related services to muck with copy/paste that it wouldn't surprise me if the major browsers are incentivized to leave this alone and let users suffer.
And when was that? The 2000-2010 era where everything you clicked added a layer to your Internet Explorer addons list? Or the 2010-2014 era where everything required Java and Flash enabled by default, ridden with zero day exploits? Or the 2014-2016 era with cryptominers, trackers and trivial fingerprinting techniques allowed to exist easily? Or the 2016-current era with heavy Javascript applications which train the u…
Don't touch my clipboard
21–30 of 322 posts
Re: Don't touch my clipboard
#22Re: Don't touch my clipboard
#23My favorite demo on this subject: https://github.com/dxa4481/Pastejacking
Re: Don't touch my clipboard
#24The wrongest thing about this, from my perspective, is that my browser fires off a js 'copy' event when I press control-c. There are times when I've found it helpful that a browser can copy text to my clipboard when I click a button, but I can't think of a single time when I want a site to react to my attempt to copy text off if it. Is there any way to configure my user agent (Firefox) not to do this? A hack is ok.
about:config -> dom.event.clipboardevents.enabled = false You can't do it through a user agent, though
Re: Don't touch my clipboard
#25> Ironically, a little reverse searching reveals that this code was copied verbatim without attribution from this StackOverflow post (see “Manipulating the selection” from the top answer). Maybe copy/paste isn’t so bad?
Re: Don't touch my clipboard
#26Really, the web just gets more and more vile towards users. Sure, highly technical folk are capable of working around this all -- but the vast majority of people do not have a browser that is _working for them_: - You have little to no control over what content you are seeing. Instead, it is chosen for you. - A large number of videos (not even including movies and shows) are geographically blocked. You cannot access…
Re: Don't touch my clipboard
#27Earlier quoted context omitted.
about:config -> dom.event.clipboardevents.enabled = false You can't do it through a user agent, though
I'm pretty sure this breaks copying from google docs.
I've only ever seen that setting fix sites that try to prevent you from copying.
Re: Don't touch my clipboard
#28Is there a chrome plugin that prevents this?
Re: Don't touch my clipboard
#29Re: Don't touch my clipboard
#30The wrongest thing about this, from my perspective, is that my browser fires off a js 'copy' event when I press control-c. There are times when I've found it helpful that a browser can copy text to my clipboard when I click a button, but I can't think of a single time when I want a site to react to my attempt to copy text off if it. Is there any way to configure my user agent (Firefox) not to do this? A hack is ok.
Any time you're not interacting with HTML text is a time it could be useful.