Here’s how to put your subreddit on “Red Alert” to help flood lawmakers with calls before the senate votes on net neutrality.

Fight for the Future
5 min readMay 8, 2018

--

The FCC voted to let ISPs ruin the Internet. But there’s an imminent vote in the US Senate to overrule them and restore net neutrality. Starting on May 9th until the day of the vote, put your website or social profile on RED ALERT to help sound the alarm and flood lawmakers with calls and emails. Here’s how you can participate if you run a subreddit or website.

Here’s how you can participate if you moderate a subreddit:

Run a sticky post:
We’re asking subreddits to run a sticky post starting on May 9th (tomorrow!) running through to the vote (about 1 week), linking to BattleForTheNet.com where redditors can call and email their legislators. Here is some sample text you can use, but we encourage everyone to tailor the message for their specific subreddit

Title: RED ALERT! The Senate is about to vote on net neutrality. This affects r/YOURSUBREDDIT and every Internet user. Contact your lawmakers now.
Body: The FCC just announced that net neutrality will officially end on June 11th. But we can still stop that from happening! The Senate will vote THIS WEDNESDAY on a resolution to block Ajit Pai's repeal and save net neutrality. The vote is going to be super close, so EVERYONE needs to contact their lawmakers right now, before its too late. This is not a partisan issue, it affects all of us.Today, /r/YOURSUBREDDIT is [going on “Red Alert.”](https://www.battleforthenet.com/redalert).
We encourage all redditors to contact their lawmakers using the simple tool at [BattleForTheNet.com](https://www.battleforthenet.com)
**Here's other ways you can help:**
- If you run a website, get the RED ALERT [widget code here](http://battleforthenet.com/redalert/#join).
- Here’s [a big folder](https://docs.google.com/document/d/1hNSDkf_rfSX0KEZbdTfIyHOtNQ0VjkN_7YEuotrCRYs/edit) of graphics for social media, etc
- If you run a small business, sign on to [this open letter](http://businessesfornetneutrality.com/)
- If you run a subreddit, check out [this Medium article](https://medium.com/@fightfortheftr/the-senate-will-soon-vote-on-net-neutrality-so-were-calling-on-all-subreddits-and-websites-to-go-ff5fc6d937ea) to see how you can change your theme to show support.- [Join an event near you](http://events.battleforthenet.com/) urging your lawmaker to vote for the net neutrality CRA

Change your subreddit theme:

Because of the recent Reddit redesign, there are two different themes you should use to show support for the week of action. I should note, you can run both at the same time! Here’s how to add those themes to both versions of Reddit —

How to change the theme for the new Reddit redesign:

  1. Navigate to your subreddit, and click on ‘MOD TOOLS’ drop down menu in the top right corner of the sidebar, and then select ‘Customize appearance’.
  2. Next, select ‘Banner’ under ‘Appearance’ in the menu on the left side of the screen.
  3. Set height to ‘Large’, set ‘Color’ to #e30708 in the ‘HEX CODE’ text field.
  4. Now, upload this image in the ‘Additional Background Image’ section, and set its orientation to ‘Right’ at the bottom of the menu.
  5. Click ‘save’, and you should be all set. The settings should look like this when you are done. The theme should look something like this

How to change your theme for the old Reddit design:

  1. Navigate to your subreddit and click on ‘subreddit settings’ under ‘MODERATION TOOLS’ on the sidebar on the right.
    In the ‘sidebar’ text field, paste the following text:
###### [](#a)
###### [](#a)
> RED ALERT FOR NET NEUTRALITY
> The Senate is about to vote on whether to save net neutrality or let it die. We only need one more vote to win. Write your lawmakers now.___
> [CONTACT CONGRESS](https://www.battleforthenet.com/)

Then, scroll down to the bottom of the page and click ‘save options’

2. Next, click ‘edit stylesheet’ under ‘MODERATION TOOLS’ on the sidebar on the right. Paste the following code into the large text field:

body.hot-page:not(:lang(nt)) {
margin-top: 100vh
}
body.hot-page:not(:lang(nt)):before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: #ff0001;
content: “”
}
body.hot-page:not(:lang(nt)) .side .md h6+h6+blockquote {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 0;
margin: 0;
border: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #ff0001;
z-index: 9999;
}
body.hot-page:not(:lang(nt)) .side .md h6+h6+blockquote:after {
position: absolute;
bottom: 0;
left: 50%;
width: 500px;
height: 50px;
color: #999;
content: “Don’t worry, you can scroll down to continue viewing Reddit.”;
text-align: center;
margin-left: -250px;
z-index: 99999;
}
body.hot-page:not(:lang(nt)) .side .md h6+h6+blockquote p {
font-size: 42px;
text-align: center;
font-family: Helvetica;
font-weight: 400;
color: #fff;
width: 80%
}
body.hot-page:not(:lang(nt)) .side .md h6+h6+blockquote p:first-child {
font-size: 64px;
font-weight: bold;
}
body.hot-page:not(:lang(nt)) .side .md h6+h6+blockquote>p a {
color: #fff;
text-transform: uppercase;
font-weight: 700;
background-color: #000;
padding: 5px 15px;
border-radius: 5px;
font-size: 58px
}
body.hot-page:not(:lang(nt)) .side .md h6+h6+blockquote>p strong em a {
background-color: none
}
body.hot-page:not(:lang(nt)) .side .md h6+h6+blockquote>p:nth-of-type(2) {
animation: fadein .6s ease-in-out 2s both
}
body.hot-page:not(:lang(nt)) .side .md h6+h6+blockquote blockquote {
position: relative;
height: 96px;
border: 0;
padding: 0;
margin: 0
}
body.hot-page:not(:lang(nt)) .side .md h6+h6+blockquote blockquote p {
position: absolute;
top: 50%;
left: 50%;
width: 96px;
height: 96px;
margin: -48px 0 0 -48px
}
body.hot-page:not(:lang(nt)) .side .md h6+h6+blockquote blockquote p * {
display: block
}
body.hot-page:not(:lang(nt)) .side .md h6+h6+blockquote blockquote p strong {
position: absolute;
left: 1px;
top: 1px;
width: 94px;
height: 94px;
animation: spin .8s cubic-bezier(.75, .3, .3, .75) infinite
}
body.hot-page:not(:lang(nt)) .side .md h6+h6+blockquote blockquote p em {
width: 48px;
height: 48px;
overflow: hidden
}
body.hot-page:not(:lang(nt)) .side .md h6+h6+blockquote blockquote p a {
width: 94px;
height: 94px;
border-radius: 88px;
border: 10px solid #FFF;
box-sizing: border-box
}
@keyframes spin {
from {
transform: rotate(0)
}
to {
transform: rotate(360deg)
}
}

3. Click save, and you should be all set. The final theme should look something like this

Here are some ways you can participate as an individual:

How to put your social media accounts on RED ALERT

How to put your site on RED ALERT

Reply in the comments if you have any questions or ideas to make this protest even bigger. Thanks!

--

--

Fight for the Future
Fight for the Future

Written by Fight for the Future

We believe there's hardly anything as important as ensuring that our shared future has freedom of expression and creativity at its core.

No responses yet