▫️ Bundeszentrale für politische Bildung https://www.bpb.de/
▫️ Transcript - Verlag https://www.transcript-verlag.de/
▫️ Deutsche Gesellschaft für Soziologie https://soziologie.de/aktuell
// 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 | |
) |
▫️ Bundeszentrale für politische Bildung https://www.bpb.de/
▫️ Transcript - Verlag https://www.transcript-verlag.de/
▫️ Deutsche Gesellschaft für Soziologie https://soziologie.de/aktuell
https://github.com/mimoklef/Search-Google-Maps-Back
Bring back the "Maps" button and make some map tiles clickable again.