[ale] restricting web input
James Sumners
james.sumners at gmail.com
Tue May 5 21:50:15 EDT 2009
On Tue, May 5, 2009 at 9:23 PM, Paul Cartwright <ale at pcartwright.com> wrote:
> On Tue May 5 2009, James Sumners wrote:
>> I just pressed ctrl+a and then ctrl+c.
> that also got all the crap on the left hand side of the page, but you are
> right, ctrl-a,ctrl-C DOES copy it, but you can't just swipe & highlite info..
> why is THAT??
You just asked for copy and paste. You didn't put any rules on it :)
The problem is that in the head of the document they have this lovely
bit of script:
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
When are developers going to learn that breaking the user's software
is _bad_? You might look at the YesScript[1] addon. It sounds like it
will do exactly what you want.
[1] -- https://addons.mozilla.org/en-US/firefox/addon/4922
--
James Sumners
http://james.roomfullofmirrors.com/
"All governments suffer a recurring problem: Power attracts
pathological personalities. It is not that power corrupts but that it
is magnetic to the corruptible. Such people have a tendency to become
drunk on violence, a condition to which they are quickly addicted."
Missionaria Protectiva, Text QIV (decto)
CH:D 59
More information about the Ale
mailing list