Skip to content

Instantly share code, notes, and snippets.

View jakehwll's full-sized avatar
🙃

Jake jakehwll

🙃
View GitHub Profile
@jakehwll
jakehwll / README.md
Created March 25, 2024 01:53
Disney Plus `disablePictureInPicture` Fix

Remove disablePictureInPicture attribute (Disney Plus)

Fork of a project which removes the disablePictureInPicture attribute from <video> tags. This set of changes removes it on the shadow DOM for <disney-web-player />

Simply create a bookmark with the below contents to use it, this will remove the attribute and request picture and picture.

@jakehwll
jakehwll / README.md
Last active May 27, 2022 15:16
🕳 A docker compose for bore.

bore Docker Compose

This is a version of bore written as a docker-compose.yml file.

Instructions

To get started, follow the instructions below.

  1. touch docker-compose.yml
  2. nano docker-compose.yml
@jakehwll
jakehwll / README.md
Last active May 28, 2022 00:25
🌙 A dark/extensible theme for https://wanikani.com

WaniKani Dark/Extensible Theme

A work-in-progress theme for Wanikani to update and upgrade your layout. Provided below are a boatload of variables and a user-style to match which allow you to manipulate your Wanikani experience to not hurt your eyes so much at night.

Installation

  1. Install Stylus
  2. image
  3. Add two user styles for the site, URLS starting with - https://www.wanikani.com
  4. Add both style.css and variables.css content below.
@jakehwll
jakehwll / README.md
Last active December 13, 2022 05:49
Authorized Keys

Authorized Keys

Automagically install my public key's so that I can ssh to your server on any device!

curl https://gist.githubusercontent.com/jakehwll/c4cb33444b72db530b4a7598909d5cec/raw/09c073bab25e0fcada59d2cd45b7cafbf1e53f10/ed25519_public >> ~/.ssh/authorized_keys