Advertisement
LulzRose

Net Neutrality Protest

Jul 11th, 2017
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.   var _bftn_options = {
  3.     /*
  4.      * Choose from 'money', 'stop', and 'slow'. Omit this property to get the
  5.      * default theme.
  6.      */
  7.     theme: 'slow', // @type {string}
  8.    
  9.     /*
  10.      * Or, if you want your own custom theme, specify its properties here.
  11.      * Unspecified options will fall back to the default values.
  12.      */
  13.     theme: {
  14.       className: 'money', // @type {string} will be applied to iframe body tag
  15.       logos: ['images/money.png', 'images/stop.png'], // @type {Array} img src values
  16.       headline: 'This is the web without net neutrality.', // @type {string} modal headline text
  17.       body: 'Cable companies want to get rid of net neutrality. Without it, sites like ours could be censored, slowed down, or forced to charge extra fees. We can stop them and keep the Internet open, fast, and awesome if we all contact Congress and the FCC, but we only have a few days left.' // @type {string} modal body text
  18.     },
  19.    
  20.     /*
  21.      * Choose from 'fp' for Free Press, 'dp' for Demand Progress or
  22.      * 'fftf' for Fight for the Future. Omit this property to randomly split
  23.      * form submissions between all organizations in the Battle for the Net
  24.      * coalition.
  25.      */
  26.     org: 'fftf', // @type {string}
  27.    
  28.     /*
  29.      * Specify a delay (in milliseconds) before showing the widget. Defaults to one
  30.      * second.
  31.      */
  32.     delay: 1000, // @type {number}
  33.    
  34.     /*
  35.      * Specify a date on which to display the widget. Defaults to July 12th, 2017 if
  36.      * omitted. ISO-8601 dates are UTC time, three-argument dates (with a zero-based
  37.      * month) are local time.
  38.      */
  39.     date: new Date(2017, 6, 12), // @type {Date}
  40.    
  41.     /*
  42.      * If you show the modal on your homepage, you should let users close it to
  43.      * access your site. However, if you launch a new tab to open the modal, closing
  44.      * the modal just leaves the user staring at a blank page. Set this to true to
  45.      * prevent closing the modal - the user can close the tab to dismiss it. Defaults
  46.      * to false.
  47.      */
  48.     uncloseable: false, // @type {Boolean}
  49.  
  50.     /*
  51.      * Prevents the widget iframe from loading Google Analytics. Defaults to false.
  52.      */
  53.     disableGoogleAnalytics: false, // @type {Boolean}
  54.    
  55.     /*
  56.      * Always show the widget. Useful for testing.
  57.      */
  58.     always_show_widget: true // @type {Boolean}
  59.   };
  60. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement