Eimal meh, chani nur PiHole empfehle. Eigne DNS Server

Eifach all addshizzle blackliste und guet isch. Surf ca 20% schneller will er gar nümm uf reply vo de AD Server mues warte, bzw content lade-
Zwar, hani sittmeh wiili chli probs, es laded uf yt nur die erscht min, nachher laufts vid nöd wiiter.
S'luschtige isch, wenn es Video innere siite embedded isch, laufts ohni problem.
Es dunkt mi au das Video^'s wenns embedded sind kei werbig händ. Chan das si? Chans leider sleber nöd prüefe.
Als workaround zum 1 minute problem hamer halt schnell selber es html file gschriebe woni d'yt url chan innepaste und den tuets mers embede id datei.

Es gaht mit 99% vo de Videos, usser gwüssi Videos gönd gar nöd zum embede, die zwinged die uf yt.
HTML Code in textedit (mac) oder notepad (win) und als .html speichere falls es eine chönnt bruche.
Grössi chasch a dere Stell definiere, ich ha SVGA (1024px) uf 16:9 umgrechnet, passt uf mim 14" screen, fulscreen chamme ja immerno klicke bi bedarf.
iframe width="1024" height="576"
Code: Alles auswählen
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> My YouTube Embedder</title>
</head>
<body>
<h1>FUCK YOU! GOOGLE SUBCOMPANY :P</h1>
<form id="youtubeForm">
<label for="youtubeUrl">Enter YouTube URL:</label>
<input type="url" id="youtubeUrl" placeholder="https://www.youtube.com/watch?v=example" required>
<button type="submit">Embed Video</button>
</form>
<div id="videoContainer" style="margin-top: 20px;">
<!-- Embedded video will appear here -->
</div>
<script>
document.getElementById('youtubeForm').addEventListener('submit', function(event) {
event.preventDefault();
const urlInput = document.getElementById('youtubeUrl').value;
const videoContainer = document.getElementById('videoContainer');
// Extract the video ID from the URL
const urlParams = new URL(urlInput);
const videoId = urlParams.searchParams.get('v');
if (videoId) {
videoContainer.innerHTML = `<iframe width="1024" height="576" src="https://www.youtube.com/embed/${videoId}" frameborder="0" allowfullscreen></iframe>`;
} else {
videoContainer.innerHTML = `<p style="color: red;">Invalid YouTube URL. Please try again.</p>`;
}
});
</script>
</body>
</html>
Was au hilft momentan Pihole schnell 30sec deaktiviere und F5 uf YT, denn chusch irgend es guetzli über wod brusch, isch sofern ichs cha sege es werbe guetsli. Aber das isch nur d'notlösig für d'vids wome nöd chan embedde.