Skip to content

Instantly share code, notes, and snippets.

View Delivator's full-sized avatar
🏠
Working from home

David Delivator

🏠
Working from home
View GitHub Profile
@Delivator
Delivator / hide_prime-video-player.js
Created July 6, 2021 23:11
Amazon Prime Video hide player controls
// paste this in your browser's console
// hide
document.querySelector(".webPlayerSDKUiContainer").style.opacity = 0
// show again
document.querySelector(".webPlayerSDKUiContainer").style.opacity = 1
Param(
[Parameter(Mandatory=$True)]
[string]$Original,
[Parameter(Mandatory=$True)]
[string]$Compare
)
$OriginalSize = (Get-ChildItem $Original | Measure-Object Length -Sum).sum / 1Gb
$CompareSize = (Get-ChildItem $Compare | Measure-Object Length -Sum).sum / 1Gb
[string]$Difference
Param(
[Parameter(Mandatory=$True)]
[string]$Path,
[string]$Quality = "36",
[string]$Preset = "p4",
[string]$Tune = "hq",
[string]$Format = "webm",
[bool]$CopyAudio = $False,
[switch]$Keep
)
@Delivator
Delivator / README.md
Last active March 27, 2025 14:19 — forked from Daan-Grashoff/README.md
Bring back the google maps button and make map image clickable when searching on google