Created
December 10, 2014 05:36
-
-
Save scascketta/a0a83ed81b0eb3c54051 to your computer and use it in GitHub Desktop.
Hacked /r/videos CSS - the custom CSS for the /r/videos subreddit (with 6.5 million subscribers) was briefly modified to link to a Twitch channel at of 05:20 UTC December 10th, 2014
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.side a[href="http://www.twitch.tv/alisha12287"] { | |
position:fixed; | |
top:0; | |
left:0; | |
height:100%; | |
width:100%; | |
z-index:999999; | |
background:#000; | |
color:#fff; | |
font-size:50px; | |
line-height:500%; | |
text-align:center | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment