Last active
July 5, 2018 02:32
-
-
Save joshmckibbin/cfa9cb694ba21f56f06eaf62487857c0 to your computer and use it in GitHub Desktop.
Remove everything except video from FB video page
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
| /* Install the Stylish browser extension and use these styles in combination with 'Quiet Mode' */ | |
| #BuddylistPagelet, | |
| ._3pmv, | |
| form[id^="u_3_"], | |
| .uiStreamStory, | |
| #pagelet_bluebar, | |
| ._1e8c { | |
| display: none !important; | |
| } | |
| [class^="_5-g"] { | |
| top: 0 !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment