How to control what is copy-pasted to and from the clipboard in the browser
11–20 of 40 posts
Re: How to control what is copy-pasted to and from the clipboard in the browser
#12More important, how do I keep a site from changing what I copy / paste, because this is the crappiest UI change a site can make. I am rather sick of copying a phrase and getting a huge site advertisement and url attached.
I've never actually noticed any site doing that to me as I usually browse with NoScript. I wrote that post with the intention of using the solution in apps to copy/paste app data in plain text - eg. selecting multiple objects in a drawing app and copying them as a JSON string. I guess NoScript/Ghostery/AdBlock Plus could be considered solutions to your problem.
Re: How to control what is copy-pasted to and from the clipboard in the browser
#13I right clicked on your "intercepting element," inspected with firebug, and deleted the input node. Then I could copy and paste as I desired. Firefox. 10 seconds?
My point is, we have many better things to spend our time on as developers than trying to control our user's access to the same information we're providing them. This not a reproach to taye, but to the bosses that ask us to build these worthless systems.
Re: How to control what is copy-pasted to and from the clipboard in the browser
#14More important, how do I keep a site from changing what I copy / paste, because this is the crappiest UI change a site can make. I am rather sick of copying a phrase and getting a huge site advertisement and url attached.
Re: How to control what is copy-pasted to and from the clipboard in the browser
#15More important, how do I keep a site from changing what I copy / paste, because this is the crappiest UI change a site can make. I am rather sick of copying a phrase and getting a huge site advertisement and url attached.
I've seen sites do it, but I find it fair. Most of the examples I've run into attach something like "Read more at: " which isn't obnoxious. It's also easy to remove from the text that is copied.
Re: How to control what is copy-pasted to and from the clipboard in the browser
#16More important, how do I keep a site from changing what I copy / paste, because this is the crappiest UI change a site can make. I am rather sick of copying a phrase and getting a huge site advertisement and url attached.
I've seen sites do it, but I find it fair. Most of the examples I've run into attach something like "Read more at: " which isn't obnoxious. It's also easy to remove from the text that is copied.
Re: How to control what is copy-pasted to and from the clipboard in the browser
#17Earlier quoted context omitted.
I've seen sites do it, but I find it fair. Most of the examples I've run into attach something like "Read more at: " which isn't obnoxious. It's also easy to remove from the text that is copied.
In what world is it "fair" for you to alter the behavior of what I expect to happen just because some people find it "easy" to fix the way you broke it?
But I say that because I'm a reasonable person. If you feel entitled to being able to copy everything as is, then I suppose you won't like it being altered.
Re: How to control what is copy-pasted to and from the clipboard in the browser
#18More important, how do I keep a site from changing what I copy / paste, because this is the crappiest UI change a site can make. I am rather sick of copying a phrase and getting a huge site advertisement and url attached.
Re: How to control what is copy-pasted to and from the clipboard in the browser
#19Earlier quoted context omitted.
In what world is it "fair" for you to alter the behavior of what I expect to happen just because some people find it "easy" to fix the way you broke it?
Not all copying is fair. Many copyrighted content is copied without the author's permission and used in non-fair-use contexts. Therefore it seems reasonable for the copyright holder to alter the behavior of the copy function and append the URL to the copied text. But I say that because I'm a reasonable person. If you feel entitled to being able to copy everything as is, then I suppose you won't like it being altered.
But as a regular user, you just made me angry preventing me to copy and paste or adding obnoxious content (which I'm going to delete anyways).
So you traded a light barrier (if any) to unfair users for a huge annoyance to legitimate ones. Not very smart IMHO.
Re: How to control what is copy-pasted to and from the clipboard in the browser
#20On X11, text is basically copied once it's selected. And of course you're not hooking the menubar Edit > Copy way of copying. There's probably no way to make this consistently work for every kind of copying text. :(