Skip to content

Instantly share code, notes, and snippets.

@joshmckibbin
joshmckibbin / fb-video-override.css
Last active July 5, 2018 02:32
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,
@joshmckibbin
joshmckibbin / .gitignore
Created November 28, 2016 16:32 — forked from salcode/.gitignore
WordPress .gitignore - this is my preferred gitignore file when working with WordPress. It ignores almost all files by default.
# -----------------------------------------------------------------
# .gitignore for WordPress @salcode
# ver 20160309
#
# From the root of your project run
# curl -O https://gist.githubusercontent.com/salcode/b515f520d3f8207ecd04/raw/.gitignore
# to download this file
#
# By default all files are ignored. You'll need to whitelist
# any mu-plugins, plugins, or themes you want to include in the repo.