Social news aggregator Reddit.com took the lead and announced that they were “going black” on January 18th to protest SOPA and PIPA. Despite backpedaling in Congress, the need is greater than ever for people to learn what the bills will mean if passed. Other websites need to follow Reddit’s lead.
Several have, including Cheezburger, GOOD, and MoveOn, but it’s not enough. If you’re a website owner, Sara Jo Chipps has an easy way for you to participate.
Drop the following code in between your two <HEAD></HEAD> tags on your site, your users will be redirected to the blackout page that describes what you are doing and why. Then, when the protest is over, simply remove the added code.
<script>
window.location = “http://protestsopa.org”;
</script>
That’s it! Get your protest on and show Washington that the Internet must remain free.
Your script is broken. it should be
You are wrong. The ‘language’ attribute is deprecated in HTML 4.01. ‘Type’ attribute is used to indicate language. In HTML5 no attribute is necessary.