Skip to content

Instantly share code, notes, and snippets.

@joshmckibbin
Last active July 5, 2018 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshmckibbin/cfa9cb694ba21f56f06eaf62487857c0 to your computer and use it in GitHub Desktop.
Save joshmckibbin/cfa9cb694ba21f56f06eaf62487857c0 to your computer and use it in GitHub Desktop.
Remove everything except video from FB video page
/*
** Install the Stylus browser extension (or similar) and use these styles in combination with FB's 'Quiet Mode'
*/
#BuddylistPagelet,
._3pmv,
form[id^="u_3_"],
.uiStreamStory,
#pagelet_bluebar,
._1e8c,
._4ua2 {
display: none !important;
}
[class^="_5-g"] {
top: 0 !important;
}
._6444 {
background: transparent !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment