Skip to content

Instantly share code, notes, and snippets.

View joshmckibbin's full-sized avatar

Josh Mckibbin joshmckibbin

View GitHub Profile
@joshmckibbin
joshmckibbin / README.md
Last active September 29, 2025 12:23 — forked from denhamparry/README.md
Hauppauge Digital TV Tuner for Xbox One - Ubuntu setup

Hauppauge Digital TV Tuner for Xbox One - Ubuntu setup

Install

Open Terminal in Ubuntu The easiest way to open terminal is to right click on desktop and select Open Terminal. You can also click Ctrl+Alt+T on your keyboard.

In Terminal, type the following or copy and paste the following lines, one by one, then click enter.

sudo add-apt-repository ppa:b-rad/kernel+mediatree+hauppauge
@joshmckibbin
joshmckibbin / outlook-mb-switcher-bm.html
Last active May 6, 2025 19:03
A bookmarklet for easily switching between different Outlook mailboxes.
javascript:(function() {
const emails = [
'[email protected]',
'[email protected]',
'[email protected]'
];
const baseUrl = 'https://outlook.office365.com/mail/';
if ( ! window.location.href.includes( baseUrl ) ) {
@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.github.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.