Skip to content

panxzz/NN-blackout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NN-blackout

Purposefully slows loading of webpages to simulate what the internet would look like without Net Neutrality.

This script will only become active on the day of the blackout (if and when it's scheduled) and on that day it will make webpages look like they are loading really slowly and possibly "break" other things; then after a few seconds a modal will pop saying "This is what the internet would look like without net neutrality... Tell the FCC that you support net neutrality". Clicking anywhere on the screen when the modal is shown will close the message and allow normal operation of the site.

The idea is that a ton of individual website owners would be able to just pop this script on their site to "opt-in" to a massive blackout of the web on a specific day. If they ever wanted to "opt-out" (say after we've won the internet back, or if they are concerned that it would go down on important days) they would just need to remove the call to this script.

To see a live demo of the script in action visit http://novanetllc.org/example/

Ideas for "breaking websites":

  • slow loading of all assets
  • reduce image resolutions?
  • break other parts??

https://www.reddit.com/r/technology/comments/6bytpx/sopa_pipa_cispa_acta_tpp_itu_cispa_again_tafta_we/dhqybzv/

Installation

Simply copy/paste this script into any page(s) of your website to "opt-in"

<script src="https://rawgit.com/panxzz/NN-blackout/master/blackout.js"></script>

By leaving this script on your site you are already covered, your site will "break" then display the modal message on the specified blackout date.

To test what your site will look like you can use this script:

<script src="https://rawgit.com/panxzz/NN-blackout/master/blackout-test.js"></script>

This script will not check for the blackout and act like the blackout is always active.

About

Purposefully slows loading of webpages to simulate what the internet would look like without Net Neutrality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published