The beauty is, you can be part of it!
Copied from sopablackout.org:
Spread the word, join in!How to use
The following will present a blackout banner when users visit your site, which can be circumvented by clicking anywhere:
<script type="text/javascript" src="http://js.sopablackout.org/sopablackout.js"></script>The following will blackout an element of a specific id:
<script type="text/javascript">sopablackout_id = 'sopa';</script>
<script type="text/javascript" src="http://js.sopablackout.org/sopablackout.js"></script>
Edit: added "http:" to the links in the code.
Edit 2: update