Skip to content

Instantly share code, notes, and snippets.

View Burry's full-sized avatar
🤖
Downloading more RAM

Grant Burry Burry

🤖
Downloading more RAM
View GitHub Profile
@Burry
Burry / keybase.md
Created September 16, 2019 20:49
Keybase Verification: https://keybase.io/burry

Keybase proof

I hereby claim:

  • I am burry on github.
  • I am burry (https://keybase.io/burry) on keybase.
  • I have a public key ASDFhb6fo91IuvJY8yvSt0fm2gTFYSXYzrZnUXWhAXEhgQo

To claim this, I am signing this object:

@Burry
Burry / Organizr iOS Plex Redirect.js
Last active May 1, 2023 17:11
Intercepts all links to Plex in Organizr and redirects to the Plex app on an iOS device
// Intercepts all links to Plex in Organizr and redirects to the Plex app on an
// iOS device. Plex for Android apparently does not support such URL schemes, and I
// can't find any alternative Android solution, so this script is iOS-only.
// Add to Organizr Settings > Customize > Appearance > Custom JavaScript.
////////////////////////////////////////////////////////////////////////////////////
// Credit to https://forums.plex.tv/t/deep-links/205583 for finding Plex deep links
// Use Bowser to check if we're on iOS
var plexiOSCheck = bowser.osname === 'iOS';