Snopes!!!!

I finally got annoyed enough at Snopes.com to find out why I can\’t highlight anything on the site.  I use the site quite often to debunk emailed chain-letters from family and friends…
But, I can\’t reliably cut & paste from the site.  All I can do is Select All & Copy…  Which typically meant alot of editting in my email application…
It\’s simply a javascript application running on the web page, and that\’s allow you to click unless you are over a input / form box.  So to re-enable your cut \’n paste, just turn off Javascript temporarily…  I personally think that this is vile, and serves no obvious reason other than to make it harder to share the information….

<script type=\"text/javascript\">
<!--
var omitformtags=[\"input\", \"textarea\", \"select\"]
omitformtags=omitformtags.join(\"|\")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!=\"undefined\")
document.onselectstart=new Function (\"return false\")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}

One thought on “Snopes!!!!

  1. Thanks for the Information, I have to tell you though, it’s obvious to most of us why. The average computer user will simply send a link since they can’t cut and paste. That will cause anyone interested enough to go there to, you guessed, it click the link or browse there. Either way, snopes gets a hit, and advertiser money clicks into their bank account. If everyone cut and pastes and sends their offerings around, they don’t get paid near as much, and a massive free site a love goes out of business…..
    All that being said, Ill still turn off java and cut and paste from now on. Makes me feel smarter to have the info come from me, like I worked for it or something……

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.