6226
Official Announcements / Re: DC going offline to protest SOPA on Jan 18
« Last post by Renegade on January 17, 2012, 10:03 PM »The point is, to show the effect it will have...It's a last resort.-Stephen66515 (January 17, 2012, 08:23 PM)
Bingo! StoicJoker.com going bye bye too. I assume we're to use the redirector script Renegade posted (I can't find it now), yes??
Duh! (page 2) Found it
Date based redirector (nice...) added to my index page.
-Stoic Joker (January 17, 2012, 09:14 PM)
Just a quick note/caution... The copy & paste somewhere along the line ended up encoding a dash incorrectly as a different kind of dash, which broke the script. I've corrected that and here it is:
Code: Javascript [Select]
- <script type="text/javascript">
- <!--
- var curDate = new Date();
- if (curDate.getFullYear() == '2012' && curDate.getMonth() == '0' && curDate.getDate() == '18')
- {
- window.location = 'http://protestsopa.org/';
- }
- //-->
- </script>
I'm not certain if the problem was in what I posted in the other thread... Anyways...
I've got it in my sites now.
SOLIDARITY~!
